Commit Graph

10 Commits

Author SHA1 Message Date
348f444516 mysql: update to 5.7.21 2018-03-19 13:00:27 +01:00
0bbce585ca [notify] mysql: minor structural changes
- location of pid-file changed from /var/run to directory
  /var/run/mysql which is owned by mysql:mysql
- added new directoy /var/log/mysql owned by mysql:mysql which
  can be used to log queries
- logging of queries is now longer enabled in /etc/my.cnf
- error messages are logged to /var/log/mysqld.log

Note:
rejmerge /etc/my.conf to avoid problems due to the above changes
2015-06-29 15:35:17 +02:00
40be06e5a3 [notify] mysql: update to 5.6.22
Note:
-----
this is a major update of mysql from version 5.5 to 5.6 and it's
highly recommended to make a database backup with mysqldump before
the update!
2014-12-08 15:02:52 +01:00
cec6297154 [notify] mysql: update to 5.5.9
even though we have a major new version with this release the
update is mostly backwards compatible, but please note:

- new runtime dependency opt/libaio
- new buildtime dependency cmake
- ImmoDB is now the default database engine, the supplied
  /etc/my.conf still sets MyISAM as the default and skips
  InnoDB. Don't reject /etc/my.cnf without inspection.
- after the upgrade fix or rejmerge /etc/my.cnf, start
  the server and run mysql_upgrade to adjust the mysql
  system database tables.
2011-02-07 18:34:05 +01:00
85cbe3739f mysql: update to 5.1.40 2009-10-22 12:42:25 +02:00
76c73f536d mysql: update to 5.1.38 2009-09-01 19:30:06 +02:00
9414d40a19 mysql: update to 5.1.37 2009-08-18 18:33:41 +02:00
8576536d44 mysql: update to 5.1.35 2009-06-13 23:15:46 +02:00
Juergen Daubert
6e1d6d9ce7 mysql: update to 5.0.18, added innodb support 2006-02-24 08:17:08 +00:00
Johannes Winkelmann
bdea7e6c6a create branch for 2.2 2006-02-23 15:26:10 +00:00