Search Results
https://dev.mysql.com/doc/refman/8.4/en/locking-issues.html
This type of locking is internal because it is performed entirely by the server and involves no other programs. External locking occurs when the server and other programs lock MyISAM table files to coordinate among themselves which program can ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-installation-windows-path.html
To make it easier to invoke MySQL programs, you can add the path name of the MySQL bin directory to your Windows system PATH environment variable: On the Windows desktop, right-click the My Computer icon, and select Properties. The new PATH value ...
https://dev.mysql.com/doc/refman/8.4/en/perl-installation.html
MySQL Perl support requires that you have installed MySQL client programming support (libraries and header files). The client programs are in the client RPM, but client programming support is in the developer RPM. These tests attempt to connect to ...If you install MySQL from RPM files on Linux, be sure to install the developer RPM as ...
https://dev.mysql.com/doc/connectors/en/apis-php-introduction.html
PHP may be run as a separate program or compiled as a module for use with a Web server. PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is available for most operating systems and Web servers, ...PHP provides several different MySQL API extensions: Note The PHP documentation assumes PHP 7 and higher is used; functionality specific to PHP 5 and below is not ...
https://dev.mysql.com/doc/connectors/en/connectors-apis.html
MySQL Connectors provide connectivity to the MySQL server for client programs. The MySQL C API For direct access to using MySQL natively within a C application, the C API provides low-level access to the MySQL client/server protocol through the ...
https://dev.mysql.com/doc/apis-php/en/apis-php-introduction.html
PHP may be run as a separate program or compiled as a module for use with a Web server. PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is available for most operating systems and Web servers, ...PHP provides several different MySQL API extensions: Note The PHP documentation assumes PHP 7 and higher is used; functionality specific to PHP 5 and below is not ...
https://dev.mysql.com/doc/internals/en/binary-log-versions.html
Programs that process the binary log must be able to account for each of the supported binary log formats. This section describes how the server distinguishes each format to identify which one a binary log file uses. Important constants: ... There ...
https://dev.mysql.com/doc/internals/en/libmysql-directory.html
The idea is that, instead of producing separate mysql (client) and mysqld (server) programs, one produces a library. Instead of sending messages, the client part merely calls the server part. For example, as described in an earlier section of this ...The files here are for producing MySQL as a library (for example, a Windows ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-created-users.html
The Repository user: This user is the only user in the user table in the mysql database in the bundled MySQL server. To avoid confusion with monitored MySQL servers, this server is referred to throughout this document as the repository. You can use ...The repository user can log in from localhost using the password specified during installation and has all privileges on all ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-other.html
Cursors inside stored programs are not supported before MySQL 9.0.0, see: Cursors. Operations involving ALTER TABLE such as loading, unloading, or recovering data when MySQL Server is running in SUPER_READ_ONLY mode. MySQL Server is placed in ...For ...