Search



Search Results
Displaying 1081 to 1090 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/relnotes/connector-net/en/news-8-0-12.html
With the model created, revert back to EF Core 2.0 in your project, update the MySql.Data.EntityFrameworkCore NuGet package, and then remove the package MySql.Data.EntityFrameworkCore.Design from your project. (Bug #28095165, Bug #91064) Members of ...Functionality Added or Changed Bugs Fixed Functionality Added or Changed Optimistic locking for database-generated fields was improved with the inclusion of the [ConcurrencyCheck, DatabaseGenerated(DatabaseGeneratedOption.Computed)] ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
(Bug #102964, Bug #32680315) It is now possible to pass a stream object to the MySqlBulkLoader.Load() method for copying bulk data to a database. An Important Update Entity Framework 6 Notes Pluggable Authentication Functionality Added or Changed ...(Bug #109670, Bug #34990010) Entity Framework 6 Notes In some cases, the function that creates SQL queries did not specify an escape character ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-table-delete.html
Delete Records Using Conditions The following example passes search conditions to the delete() method. mysql-js> db.city.delete().where("Name = 'Olympia'") Delete the First Record To delete the first record in the city table, use the limit() method ... You can use the delete() method to remove some or all records from a table in a ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-table-delete.html
Delete Records Using Conditions The example that follows passes search conditions to the delete() method. mysql-py> db.city.delete().where("Name = 'Olympia'") Delete the First Record To delete the first record in the city table, use the limit() ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-generate-content.html
For example: mysql> SET @query="Write an article on Artificial intelligence in 200 words."; To generate text-based content, pass the query to the LLM using the ML_GENERATE routine with the task parameter set to generation: mysql> SELECT ... The ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-methods-socket.html
This connection method enables MySQL Workbench to connect to MySQL Server using a socket file (on Unix) or a named pipe (on Windows). Parameters Tab In addition to a number of parameters that are in common with Standard TCP/IP connections, this ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-vault.html
The vault provides a convenient secure storage for passwords used to access MySQL servers. It is possible to delete the file, in which case all stored passwords are lost, but MySQL Workbench will otherwise perform as expected. By using the vault, ...The file is encrypted using a Windows API which performs the encryption based on the current user, so only the current user can decrypt ...
https://dev.mysql.com/doc/connectors/en/apis-php.html
This chapter describes the PHP extensions and interfaces that can be used with MySQL. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-walkthrough.html
Use GRANT to set up an account with a user name of myuser that can connect from system BETA using a password of myuser to the database test: GRANT ALL ON test.* to 'myuser'@'BETA' IDENTIFIED BY 'mypassword'; For more information about MySQL ...These ... A typical situation where you would install Connector/ODBC is to access a database on a Linux or Unix host from a Windows ...
Displaying 1081 to 1090 of 5220 total results