Search



Search Results
Displaying 801 to 810 of 5220 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
Example usage: DRIVER={MySQL ODBC 9.5 Driver};SERVER=_mysql._tcp.foo.abc.com;ENABLE_DNS_SRV=1;USER=user;PWD=passwd; -- option added in Connector/ODBC 8.0.19. See ALTER USER Statement for details about password expiration for MySQL server accounts.
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-linked-tables.html
You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist within your MySQL database. When a query is requested on a table within Access, ODBC is used to execute the queries on ...Figure 5.23 External Data: ODBC Database In the Get External Data dialog box that appears, choose Link to the data source by creating a linked table and click ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-linked-tables.html
You can use Microsoft Access as a front end to MySQL by linking tables within your Microsoft Access database to tables that exist within your MySQL database. When a query is requested on a table within Access, ODBC is used to execute the queries on ...Figure 6.12 External Data: ODBC Database In the Get External Data dialog box that appears, choose Link to the data source by creating a linked table and click ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-30.html
Version 8.0.30 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. (Bug #34259416) Bugs Fixed Historically, MySQL Server has used utf8 as an alias for ...
https://dev.mysql.com/doc/internals/en/error-message-adding.html
For example, in MySQL 5.1, the handler::print_keydup_error() method is passed a message like ER(ER_DUP_ENTRY_WITH_KEY_NAME), but always uses the ER_DUP_ENTRY error code. The procedure for adding error messages depends on which version of MySQL you ...That is, the files have names like czech/errmsg.txt, danish/errmsg.txt, and so forth, and each one is ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-32-2.0.8.html
(Bug #34659086) Operator now supports a spec.initDB.dump.options object as a dictionary of key-value pairs that are directly passed to MySQL Shell's loadDump(). Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support ...This adds a new "keyring" element to the InnoDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-documents-modify.html
mysql-js> db.countryinfo.modify("Name = 'France'").arrayInsert("$.Airports[0]", "CDG") To delete an element from the array, you must pass to the arrayDelete() method the index of the element to be deleted. mysql-js> db.countryinfo.modify("Code = ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-modify.html
mysql-py> db.countryinfo.modify("Name = 'France'").array_insert("$.Airports[0]", "CDG") To delete an element from the array, you must pass to the array_delete() method the index of the element to be deleted. mysql-py> db.countryinfo.modify("Code = ... You can use the modify() method to update one or more documents in a ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-basic-routing.html
Assuming all three MySQL instances are running, next start MySQL Router by passing in the configuration file: $> ./bin/mysqlrouter -config=/etc/mysqlrouter-config.conf Now MySQL Router is listening to ports 7001 and 7002 and sends requests to the ...
https://dev.mysql.com/doc/refman/8.4/en/secure-client-programming.html
Your application should remove them before passing them to MySQL or else generate an error. Passing unchecked values to MySQL is very dangerous! Check the size of data before passing it to MySQL. The preferred API's support the improved MySQL ...
Displaying 801 to 810 of 5220 total results