diff options
Diffstat (limited to 'abs/core/mysql/__changelog')
-rw-r--r-- | abs/core/mysql/__changelog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/abs/core/mysql/__changelog b/abs/core/mysql/__changelog index ec41d21..3c060d4 100644 --- a/abs/core/mysql/__changelog +++ b/abs/core/mysql/__changelog @@ -1,2 +1,6 @@ -data dir /data/srv/mysql -removed binary logging +PKGBUILD: copy my.cnf to /etc/mysql/ +my.cnf: data dir /data/srv/mysql +my.cnf: removed binary logging +mysqld.rc: this is needed for installing db in chroot +mysql.install: change default datadir to /data/srv/mysql +mysql.install: run mysql_install_db even if datadir already exists; needed for install |