Search



Search Results
Displaying 1011 to 1020 of 3329 total results
https://dev.mysql.com/doc/refman/8.4/en/charset-errors.html
If the server sends the error message to a client program, the server converts it from UTF-8 to the character set specified by the character_set_results system variable. This section describes how the MySQL server uses character sets for ...For ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-security.html
Users who have logged in to Windows can connect from MySQL client programs to the server based on the information in their environment without specifying an additional password. MySQL Enterprise Edition provides plugins that implement security ...
https://dev.mysql.com/doc/refman/8.4/en/transport-protocols.html
For programs that use the MySQL client library (for example, mysql and mysqldump), MySQL supports connections to the server based on several transport protocols: TCP/IP, Unix socket file, named pipe, and shared memory. For additional information, ...This section describes how to select these protocols, and how they are similar and ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/config-file-parameters.html
The MySQL server's reference manual typically lists the parameter names with underscores, to match the output of the SHOW VARIABLES statement. Server Data Locations and Options Files mysqlbackup reads the locations of the MySQL data (data files, ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-auto-reconnect.html
The MySQL client library can perform an automatic reconnection to the server if it finds that the connection is down when you attempt to send a statement to the server to be executed. If auto-reconnect is enabled, the library tries once to ...The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbinterpretedcode.html
This section provides information about the NdbInterpretedCode class, which can be used to prepare and execute an NDB API interpreted program. Description NdbInterpretedCode represents an interpreted program for use in operations created using ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-creating-a-model.html
This tutorial describes how to create a new database model and how to forward-engineer a model to a live MySQL server. Before synchronizing your new model with the live MySQL server, confirm that you already created a MySQL connection. Now ...Note ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-secure-auth.html
Note The mysql_native_password authentication plugin is deprecated as of MySQL Server 8.0.34, disabled by default as of MySQL Server 8.4.0, and removed as of MySQL Server 9.0.0. MySQL Workbench uses mysql_native_password by default, so for example ... MySQL 4.1 extended password hashes from 16 to 41 ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-main-menu.html
Visual Explain Current Statement: Visually describes the current statement, based on EXPLAIN information provided by MySQL Server 5.6 and above. MySQL Workbench parses the EXPLAIN (JSON) output from MySQL server 5.6+, and outputs a visual ... When ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html
It also lists the schemas on the server for that connection. Navigator Schemas Tab The Schemas tab shows available schema on the currently connected server. Refresh All: Refreshes all objects in the schema tree by resynchronizing with the server.
Displaying 1011 to 1020 of 3329 total results