Search



Search Results
Displaying 731 to 740 of 3329 total results
https://dev.mysql.com/doc/refman/8.4/en/upgrade-prerequisites.html
Before upgrading to the latest MySQL 8.4 release, ensure the upgrade readiness of your current MySQL 8.3 or MySQL 8.4 server instance by performing the preliminary checks described below. Tip Consider using the MySQL Shell upgrade checker utility ...The upgrade checker utility carries out the automated checks that are relevant for the specified target release, and advises you of further relevant checks that you should make ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
--mysql-studio-port=port#: Replace the default port number (8000) with another one for MySQL Studio's server to listen for connections. --mysql-shell-gui-port=port#: Replace the default port number (8000) with another one for MySQL Shell GUI web ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-how-to-import-onnx.html
Upload the file to the appropriate folder in the MySQL server based on the secure_file_priv setting. To review this setting, connect to the MySQL server and run the following command: mysql> SHOW VARIABLES LIKE 'secure_file_priv'; To load the ...
https://dev.mysql.com/doc/refman/8.4/en/windows-postinstallation.html
Before assigning a password, you might want to try running some client programs to make sure that you can connect to the server and that it is operating properly. If you installed MySQL using the MSI, the default installation directory is C:\Program ... GUI tools exist that perform most of the tasks described in this section, including: MySQL Configurator: Used to configure the MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/create-procedure.html
See Section 11.2.5, “Function Name Parsing and Resolution”, for the rules describing how the server interprets references to different kinds of functions. If binary logging is enabled, CREATE FUNCTION might require the SUPER privilege, as ...By ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-setup.html
This setup type excludes MySQL server or the client programs typically bundled with the server, such as mysql or mysqladmin. C:\Program Files (x86) Templates The Templates folder has one file for each version of MySQL server. Choosing one of the ...
https://dev.mysql.com/doc/refman/8.4/en/windows-start-command-line.html
To start the mysqld server from the command line, you should start a console window (or “DOS window”) and enter this command: C:\> "C:\Program Files\MySQL\MySQL Server 8.4\bin\mysqld" The path to mysqld may vary depending on the install location ... The MySQL server can be started manually from the command ...The command connects as the MySQL root user, ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-instanceactivity-category.html
This includes only statements sent to the server by clients and not statements executed within stored programs, unlike the Queries variable. This variable includes statements executed within stored programs, unlike the Questions variable. Queries ...
https://dev.mysql.com/doc/refman/8.4/en/native-pluggable-authentication.html
The following table shows the plugin names on the server and client sides. Installing Native Pluggable Authentication The mysql_native_password plugin exists in server and client forms: The server-side plugin is built into the server, but is ...
https://dev.mysql.com/doc/refman/8.4/en/xa.html
A client program that connects to the MySQL server acts as the Transaction Manager. The XA interface to a MySQL server consists of SQL statements that begin with the XA keyword. MySQL client programs must be able to send SQL statements and to ...
Displaying 731 to 740 of 3329 total results