Search



Search Results
Displaying 261 to 270 of 603 total results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pem.html
Each option must point to a file with the .pem file extension. The direct use of PEM format certificates was introduced to simplify certificate management in multiplatform environments that include similar MySQL products. In previous versions of ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-stored-procedures.html
At this point, everything is set up and you can call the routine using techniques also learned in earlier sections. Putting database-intensive operations into stored procedures lets you define an API for your database application. You can reuse this ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-unix.html
On Unix, you configure DSN entries directly in the odbc.ini file. For example, if your odbc.ini file is located in /usr/local/etc, set the environment variables like this: export ODBCINI=/usr/local/etc/odbc.ini export ODBCSYSINI=/usr/local/etc .
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
Note that increasing the number of jobs does add job management overhead which at some point evaporates the initial speed-up. Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
How the Custom Authentication Plugin Works At some point during handshake, the internal method void Authenticate(bool reset) of MySqlAuthenticationPlugin is called. Debug.WriteLine("Calling MySqlNativePasswordPlugin2.GetPassword"); Tip You could ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-fractional.html
To use the more precise date and time types, specify a value from 1 to 6 when creating the table column, for example TIME(3) or DATETIME(6), representing the number of digits of precision after the decimal point. MySQL Connector/NET supports the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-provider-profile.html
At this point you are now ready to start using the MySQL Profile Provider. This tutorial shows you how to use the MySQL Profile Provider to store user profile information in a MySQL database. The tutorial uses MySQL Connector/NET 6.9.9, MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
At this point build the solution to ensure no errors are present. Many websites feature the facility for the user to create a user account. They can then log into the website and enjoy a personalized experience. This requires that the developer ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. Depending on the circumstances, this can be more convenient than using the MySqlCommand approach. Further details of the MySqlScript class can be found in the reference documentation ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pem.html
Each option must point to a file with the .pem file extension. The direct use of PEM format certificates was introduced to simplify certificate management in multiplatform environments that include similar MySQL products. In previous versions of ...
Displaying 261 to 270 of 603 total results