Search



Search Results
Displaying 771 to 780 of 2406 total results
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html
The Navigator area of the sidebar contains options to manage the active MySQL connection. It also lists the schemas on the server for that connection. To access the Navigator area, open an existing connection (or create a new connection) from the ...If the panel is not visible, click View, Panels, and then Show ...
https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. Include test code to make measurements for the performance of ...The ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
For example, to configure a connection to a MySQL server supporting the world sample database, you might use: <util:map id="dbProps"> <entry key="db.driver" value="com.mysql.cj.jdbc.Driver"/> <entry key="db.jdbcurl" ... The Spring Framework is a ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The following list shows steps and code fragments needed to run a Connector/NET application in a partial trust ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-winform-data-source.html
You can now select the localhost(world) connection you made earlier to the database. Select the following items: Yes, include the sensitive data in the connection string. Save entity connection settings in App.config as: worldEntities If you have ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-config.html
Syntax: cnx.config(**kwargs) Configures a MySQLConnection instance after it has been instantiated. For a complete list of possible arguments, see Section 6.7.1, “Connector/Python Connection Arguments”. You could use the config() method to ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The following list shows steps and code fragments needed to run a Connector/NET application in a partial trust ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql.html
Next, add logging=true to the connection string in your C# application. mysql Information: 1 : 1: Connection Opened: connection string = 'server=localhost;User Id=root;database=world;port=3306 ;password=******;logging=True' mysql Information: 3 : 1: ... This section describes how to set up your application to view MySQL trace ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-entity-framework-winform-data-source.html
You can now select the localhost(world) connection you made earlier to the database. Select the following items: Yes, include the sensitive data in the connection string. Save entity connection settings in App.config as: worldEntities If you have ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-config.html
Syntax: cnx.config(**kwargs) Configures a MySQLConnection instance after it has been instantiated. For a complete list of possible arguments, see Section 7.1, “Connector/Python Connection Arguments”. You could use the config() method to change ...
Displaying 771 to 780 of 2406 total results