Search Results
https://dev.mysql.com/doc/internals/en/required-server-code-patches.html
Currently procedures can only be compiled into the server staticly. The build system is not too clever about creating these symlinks for files added after the first compile ... There is no dynamic procedure for loading them dynamicly yet like we ...
https://dev.mysql.com/doc/refman/9.7/en/optimizing-server.html
This section discusses optimization techniques for the database server, primarily dealing with system configuration rather than tuning SQL statements. The information in this section is appropriate for DBAs who want to ensure performance and ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-prerequisites.html
To install Connector/C++ from source, the following system requirements must be satisfied: Build Tools MySQL Client Library Boost C++ Libraries SSL Support Build Tools You must have the cross-platform build tool CMake (3.0 or higher). Boost C++ ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-installation-source-prerequisites.html
To install Connector/C++ from source, the following system requirements must be satisfied: Build Tools MySQL Client Library Boost C++ Libraries SSL Support Build Tools You must have the cross-platform build tool CMake (3.0 or higher). Boost C++ ...
https://dev.mysql.com/doc/internals/en/client-server-protocol.html
For current information, please refer to the Client/Server Protocol section of the MySQL Server Doxygen documentation, available at https://dev.mysql.com/doc/index-other.html.
https://dev.mysql.com/doc/internals/en/client-wants-native-server-wants-old.html
server is happy and sends a OK_Packet: 07 00 00 04 00 00 00 02 00 00 00 ........... $ mysql --default-auth=mysql_native_password ## against a mysql_old_password user Initial Handshake Packet: 50 00 00 00 0a 35 2e 36 2e 34 2d 6d 37 2d 6c 6f ...
https://dev.mysql.com/doc/internals/en/client-wants-old-server-wants-native.html
server is happy and sends a OK_Packet: 07 00 00 04 00 00 00 02 00 00 00 ........... $ mysql --default-auth=mysql_old_password ## against a mysql_native_password user Initial Handshake Packet: 50 00 00 00 0a 35 2e 36 2e 34 2d 6d 37 2d 6c 6f ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-server-compatibility.html
MySQL Server Compatibility 7.1.2 MySQL Server Compatibility MySQL HeatWave on AWS has several security-related restrictions that are not present in an on-premise instance of MySQL. To make it easier to load existing databases into the Service, the ...
https://dev.mysql.com/doc/refman/9.7/en/x-plugin-system-monitoring.html
For general X Plugin monitoring, use the status variables that it exposes. When you execute a CRUD statement, it is translated into SQL and executed against the server. For information specifically about monitoring the effects of message ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-unix.html
There are three methods available for installing Connector/ODBC on a Unix-like system from a binary distribution. For Linux systems, RPM distributions are available, through the MySQL Yum repository (for some platforms) or direct download.