Search



Search Results
Displaying 1531 to 1540 of 1831 total results
https://dev.mysql.com/doc/refman/8.4/en/apis-python.html
The new MySQL Connector/Python component provides an interface to the same Python API, and is built into the MySQL Server and supported by Oracle. MySQLdb is a third-party driver that provides MySQL support for Python, compliant with the Python DB ...
https://dev.mysql.com/doc/refman/8.4/en/backup-methods.html
Making Delimited-Text File Backups To create a text file containing a table's data, you can use SELECT * INTO OUTFILE 'file_name' FROM tbl_name. Making a Hot Backup with MySQL Enterprise Backup Customers of MySQL Enterprise Edition can use the MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/binary-installation.html
Obtain and Unpack the Distribution Pick the directory under which you want to unpack the distribution and change location into it. These include generic binary distributions in the form of compressed tar files (files with a .tar.xz extension) for a ...
https://dev.mysql.com/doc/refman/8.4/en/bug-reports.html
(Even the lettercase should be observed.) It is best to copy and paste the entire error message into your report. Before posting a bug report about a problem, please try to verify that it is a bug and that it has not been reported already: Start by ...
https://dev.mysql.com/doc/refman/8.4/en/call.html
CALL sp_name([parameter[,...]]) CALL sp_name[()] The CALL statement invokes a stored procedure that was defined previously with CREATE PROCEDURE. Stored procedures that take no arguments can be invoked without parentheses. CALL can pass back values ...
https://dev.mysql.com/doc/refman/8.4/en/can-not-connect-to-server.html
A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through a file in the file system (default /tmp/mysql.sock), or by using TCP/IP, which connects through a port number. A Unix ...
https://dev.mysql.com/doc/refman/8.4/en/cannot-initialize-character-set.html
The character set is a simple character set that is not compiled into mysqld, and the character set definition files are not in the place where the client expects to find them. You might see an error like this if you have character set problems: ...
https://dev.mysql.com/doc/refman/8.4/en/charset-cp932.html
Because MySQL supports character set conversion, it is important to separate IANA Shift_JIS and cp932 into two different character sets because they provide different conversion rules. Why is cp932 needed? In MySQL, the sjis character set ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode.html
Most European and Middle East script letters fit into a 2-byte sequence: extended Latin letters (with tilde, macron, acute, grave and other accents), Cyrillic, Greek, Armenian, Hebrew, Arabic, Syriac, and others. The Unicode Standard includes ...
https://dev.mysql.com/doc/refman/8.4/en/checking-gpg-signature-windows.html
Type "Mysql Release Engineering" into the search box and press Search. The Section 2.1.4.2, “Signature Checking Using GnuPG” section describes how to verify MySQL downloads using GPG. That guide also applies to Microsoft Windows, but another ...
Displaying 1531 to 1540 of 1831 total results