MySQL/archive

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< MySQL
Revision as of 11:11, 16 November 2016 by Woozle (talk | contribs) (extracted from parent page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Criticisms

MySQL has been criticized by at least one user of lacking production-quality features, with version 5.0 only just starting to add them, where as other FOSS alternatives such as PostgreSQL had such features in their very earliest versions. MySQL has also been criticized for bad performance, e.g. locking entire tables when it only should have locked a row, as well as general incompatibility (Editor's note: with what?).

Files & Folders

The Installation Layouts manual page gives a listing of folders created by a mysql installation, but does not list all files (some of them added to existing folders) upon which a working installation is dependent.

RPM distributions

(The Debian/Ubuntu setup is similar; folders marked with * indicate those found in Ubuntu and not given in the documentation.)

Directory Contents of Directory
*/etc/init.d/mysql daemon start/stop/restart script
*/etc/mysql my.cnf: configuration file; also other configuration files

/etc/mysql/conf.d/

/usr/bin Client programs and scripts
/usr/include/mysql Include (header) files
/usr/lib/mysql Libraries
/usr/sbin The mysqld server
/usr/share/info Manual in Info format
/usr/share/man Unix manual pages
/usr/share/mysql Error message and character set files; *also scripts
/usr/share/sql-bench Benchmarks
/var/lib/mysql Log files, databases