Search



Search Results
Displaying 841 to 850 of 3329 total results
https://dev.mysql.com/doc/refman/8.4/en/charset-metadata.html
(See Section 12.4, “Connection Character Sets and Collations”.) Alternatively, a client program can perform the conversion after receiving the result from the server. When you use SELECT column1 FROM t, the name column1 itself is returned from ... Metadata is “the data about the data.” Anything that describes the database—as opposed to being the contents of the database—is ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-stored-procs.html
Are stored procedures and functions created on a replication source server replicated to a replica? A.4.24. You need to use the MySQL 4.1 (or higher) client/server protocol for this to work. You must use the MySQL 4.1 (or above) client/server ...
https://dev.mysql.com/doc/refman/8.4/en/multiple-windows-services.html
On Windows, a MySQL server can run as a Windows service. For the following instructions, suppose that you want to run the mysqld server from two different versions of MySQL that are installed at C:\mysql-5.7.9 and C:\mysql-8.4.6, respectively. The ...
https://dev.mysql.com/doc/refman/8.4/en/show-status.html
SHOW [GLOBAL | SESSION] STATUS [LIKE 'pattern' | WHERE expr] SHOW STATUS provides server status information (see Section 7.1.10, “Server Status Variables”). A global status variable may represent status for some aspect of the server itself (for ...Status variable information is also available from these sources: Performance Schema ...
https://dev.mysql.com/doc/refman/8.4/en/show-variables.html
SHOW [GLOBAL | SESSION] VARIABLES [LIKE 'pattern' | WHERE expr] SHOW VARIABLES shows the values of MySQL system variables (see Section 7.1.8, “Server System Variables”). The scope for each system variable is listed at Section 7.1.8, “Server ...System variable information is also available from these sources: Performance Schema ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-encrypted-connections.html
By default, MySQL programs attempt to connect using encryption if the server supports encrypted connections, falling back to an unencrypted connection if an encrypted connection cannot be established (see Configuring MySQL to Use Encrypted ...This ... This section describes how C applications use the C API capabilities for encrypted ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
MYSQL_BIND structures are also used with mysql_bind_param(), which enables defining attributes that apply to the next query sent to the server. MYSQL_BIND This structure is used both for statement input (data values sent to the server) and output ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
9.1.1.1.6 The Database Menu This menu features actions against the connected MySQL server. The Database menu has these items: Query Database: Launches the SQL Editor, which enables you to create SQL code and execute it on a live server. Manage ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-create-connection.html
An instance of MySQL server must be installed, started, and accessible to MySQL Workbench before you begin. Next, optionally click Configure Server Management..., which opens up the Configure Local Management wizard: Read the Configure Local ...
https://dev.mysql.com/doc/workbench/en/wb-intro.html
MySQL Workbench is a graphical tool for working with MySQL servers and databases. Deprecated versions of MySQL Server may be incompatible with MySQL Workbench and should be upgraded before you attempt to make a connection. MySQL Workbench ... This ...
Displaying 841 to 850 of 3329 total results