Search



Search Results
Displaying 1481 to 1490 of 3567 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-client-connections.html
These details are separated into three tabs: Details: connection details such as Process ID, Type, User, Host, Instrumented, and additional information. Sometimes a query might be blocked while being manipulated by another connection from another ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-vault.html
The file is encrypted using a Windows API which performs the encryption based on the current user, so only the current user can decrypt it. The vault provides a convenient secure storage for passwords used to access MySQL servers. By using the ...
https://dev.mysql.com/doc/workbench/en/wb-validation-plugins.html
MySQL Workbench provides validation modules so that you can test your models before implementing them. The validation (MySQL) plugins are accessed from the Model menu within an open MySQL Model or EER Diagram tab. Beneath the menu item are a number ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-introduction.html
Connector/C++ Benefits X DevAPI and X DevAPI for C Legacy JDBC API and JDBC Compatibility Platform Support and Prerequisites Connector/C++ Benefits MySQL Connector/C++ offers the following benefits for C++ users compared to the MySQL C API provided ... MySQL Connector/C++ is a MySQL database connector for C++ applications that connect to MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-mfa.html
When authenticating user accounts that require multiple passwords, up to three passwords can be specified using the Connector/J connection properties password1, password2, and password3 . This is a sample connection string that uses the three ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-errors.html
Contact administrator") Case 1045 MessageBox.Show("Invalid username/password, please try again") End Select End Try Important If you are using multilanguage databases then you must specify the character set in the connection string. Because ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core.html
optionsBuilder.UseMySQL("server=localhost;database=library;user=user;password=password"); } Limitations The Connector/NET implementation of EF Core has the following limitations: Memory-Optimized Tables is not supported. MySQL Connector/NET ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-restricting.html
The best solution to the date problem is to restrict users from entering invalid dates. Users of MySQL 5.0.2 and higher can use the new traditional SQL mode to restrict invalid date values. This can be done on either the client or the server side.
https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
The following are the collections currently provided by Connector/NET, in addition to the common collections shown previously: Databases Tables Columns Users Foreign Keys IndexColumns Indexes Foreign Key Columns UDF Views ViewColumns Procedure ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-without-dsn.html
Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.3: ConnectionString = "DRIVER={MySQL ODBC 9.3 Unicode Driver};\ SERVER=localhost;\ DATABASE=test;\ USER=venu;\ PASSWORD=venu;\ FOUND_ROWS=1;" ... You ...
Displaying 1481 to 1490 of 3567 total results