Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-commands.html
If you provide an argument to the help command, mysql uses it as a search string to access server-side help from the contents of the MySQL Reference Manual. This enables the character set to remain synchronized on the client and server if mysql is ... mysql sends each SQL statement that you issue to the server to be ...
https://dev.mysql.com/doc/refman/8.4/en/option-files.html
For example, to include the /home/mydir/myopt.cnf file, use the following directive: !include /home/mydir/myopt.cnf To search the /home/mydir directory and read option files found there, use this directive: !includedir /home/mydir MySQL makes no ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-pooling.html
Do not create a globally accessible instance of MySqlConnection and then manually open and close it. This interferes with the way the pooling works and can lead to unpredictable results or even exceptions. One approach that simplifies things is to ... The MySQL Connector/NET supports connection pooling for better performance and scalability with database-intensive ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-pooling.html
Do not create a globally accessible instance of MySqlConnection and then manually open and close it. This interferes with the way the pooling works and can lead to unpredictable results or even exceptions. One approach that simplifies things is to ... The MySQL Connector/NET supports connection pooling for better performance and scalability with database-intensive ...
https://dev.mysql.com/doc/connectors/en/connector-j-support-bug-report.html
This database is public, and can be browsed and searched by anyone. This section will help you write your report correctly so that you do not waste your time doing things that may not help us much or at all. A good principle is this: If you are in ... The normal place to report bugs is http://bugs.mysql.com/, which is the address for our bugs ...
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. You can change the name of this default schema as needed or you can delete it. Confirm this change in the Physical Schemas panel ...Note Alternatively, you can create a model from a database by using the reverse engineering ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
If two connections use the same exact information then the results in Workbench should be identical, although this is not a common use case. Does MySQL Workbench support the TLSv1.2 protocol? Because TLSv1.2 requires OpenSSL, support for this ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-high-availability-and-clustering.html
The use of this feature is not recommended, because it has side effects related to session state and data consistency when applications don't handle SQLExceptions properly, and is only designed to be used when you are unable to configure your ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
This section documents the ability to use a simple membership provider on MVC 4 templates. This tutorial creates an application using a simple membership provider and then adds third-party (Google) OAuth authentication support. This tutorial uses ...The configuration OAuth compatible for the application to login using external credentials from third-party providers like Google, Facebook, Twitter, or ...
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
This section documents the ability to use a simple membership provider on MVC 4 templates. This tutorial creates an application using a simple membership provider and then adds third-party (Google) OAuth authentication support. This tutorial uses ...The configuration OAuth compatible for the application to login using external credentials from third-party providers like Google, Facebook, Twitter, or ...