mysql8.4/my.cnf

24 lines
696 B
Plaintext
Raw Normal View History

auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
# To allow mysqld to connect to a MySQL Cluster management daemon, uncomment
# these lines and adjust the connectstring as needed.
#ndbcluster
#ndb-connectstring="nodeid=4;host=localhost:1186"
[mysqld_safe]
log-error=/var/log/mysqld.log
auto-import changelog data from mysql-3.23.32-1.7.src.rpm Sun Jan 21 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.32 - fix logrotate script, so it doesn't return "false" if mysqld isn't running (#24589) Thu Jan 18 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.31 Wed Jan 17 2001 Trond Eivind Glomsrød <teg@redhat.com> - move the items in Requires(post): to Requires: in preparation for an errata for 7.0 when 3.23.31 is released Tue Jan 16 2001 Trond Eivind Glomsrød <teg@redhat.com> - add the log file to the rpm database, and make it 0640 (#24116) - as above in logrotate script - changes to the init sequence - put most of the data in /etc/my.cnf instead of hardcoding in the init script - use /var/run/mysqld/mysqld.pid instead of /var/run/mysqld/pid - use standard safe_mysqld - shut down cleaner Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.30 - do an explicit chmod on /var/lib/mysql in post, to avoid any problems with broken permissons. There is a report of rm not changing this on its own (#22989) Mon Jan 01 2001 Trond Eivind Glomsrød <teg@redhat.com> - bzipped source - changed from 85 to 78 in startup, so it starts before apache (which can use modules requiring mysql) Wed Dec 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29a Tue Dec 19 2000 Trond Eivind Glomsrød <teg@redhat.com> - add requirement for new libstdc++, build for errata Mon Dec 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.29 Mon Nov 27 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.28 (gamma) - remove old patches, as they are now upstreamed Tue Nov 14 2000 Trond Eivind Glomsrød <teg@redhat.com> - Add a requirement for a new glibc (#20735) - build on IA64 Wed Nov 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - disable more assembly Wed Nov 01 2000 Jakub Jelinek <jakub@redhat.com> - fix mysql on SPARC (#20124) Tue Oct 31 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.27 Wed Oct 25 2000 Trond Eivind Glomsrød <teg@redhat.com> - add patch for fixing bogus aliasing in mysql from Jakub, which should fix #18905 and #18620 Mon Oct 23 2000 Trond Eivind Glomsrød <teg@redhat.com> - check for negative niceness values, and negate it if present (#17899) - redefine optflags on IA32 FTTB
2004-09-09 08:54:34 +00:00
pid-file=/var/run/mysqld/mysqld.pid
[ndbd]
# If you are running a MySQL Cluster storage daemon (ndbd) on this machine,
# adjust its connection to the management daemon here.
# Note: ndbd init script requires this to include nodeid!
connect-string="nodeid=2;host=localhost:1186"
[ndb_mgm]
# connection string for MySQL Cluster management tool
connect-string="host=localhost:1186"