PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-debian.html
Oracle provides Debian packages for installing MySQL on Debian or Debian-like Linux systems. The packages are available through two different channels: The MySQL APT Repository. This is the preferred method for installing MySQL on Debian-like ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-native.html
Important Native packages are often several versions behind the currently available release. Many Linux distributions include a version of the MySQL server, client tools, and development components in their native software repositories and can be ...
https://dev.mysql.com/doc/refman/5.7/en/load-data.html
The mysqlimport utility provides another way to load data files; it operates by sending a LOAD DATA statement to the server. The file can be read from the server host or the client host, depending on whether the LOCAL modifier is given. INTO ...
https://dev.mysql.com/doc/refman/5.7/en/locking-functions.html
Also, if it is important that locks are granted in a certain order, be aware that result set order may differ depending on which execution plan the optimizer chooses. While held by one session, other sessions cannot obtain a lock of the same name.
https://dev.mysql.com/doc/refman/5.7/en/locking-service.html
Also, if it is important that locks are granted in a certain order, be aware that result set order may differ depending on which execution plan the optimizer chooses. MySQL distributions provide a locking interface that is accessible at two levels: ...
https://dev.mysql.com/doc/refman/5.7/en/log-destinations.html
For users who have access to the .CSV files that contain log table data, the files are easy to import into other programs such as spreadsheets that can process CSV input. MySQL Server provides flexible control over the destination of output written ...
https://dev.mysql.com/doc/refman/5.7/en/making-windows-dumps.html
Important The .exe and .pdb files must be an exact match (both version number and MySQL server edition) or WinDBG complains while attempting to load the symbols. Program Database files (with suffix pdb) are included in the ZIP Archive Debug ...
https://dev.mysql.com/doc/refman/5.7/en/memory-storage-engine.html
The MEMORY storage engine (formerly known as HEAP) creates special-purpose tables with contents that are stored in memory. Because the data is vulnerable to crashes, hardware issues, or power outages, only use these tables as temporary work areas ...
https://dev.mysql.com/doc/refman/5.7/en/memory-use.html
The size of the buffer pool is important for system performance: InnoDB allocates memory for the entire buffer pool at server startup, using malloc() operations. MySQL allocates buffers and caches to improve performance of database operations. The ...
https://dev.mysql.com/doc/refman/5.7/en/multiple-unix-servers.html
Note The discussion here uses mysqld_safe to launch multiple instances of MySQL. For MySQL installation using an RPM distribution, server startup and shutdown is managed by systemd on several Linux platforms. On these platforms, mysqld_safe is not ...