This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
vn-mysql/debian/postinst

11 lines
219 B
Plaintext
Raw Normal View History

2013-10-12 09:47:45 +00:00
#! /bin/sh
chown mysql:mysql /etc/mysql/proxy-auth.sql
chmod u=rw,go-rwx /etc/mysql/proxy-auth.sql
2013-10-12 09:47:45 +00:00
chown mysql:mysql /etc/mysql/proxy-auth.ini
chmod u=rw,go-rwx /etc/mysql/proxy-auth.ini
2013-10-12 09:47:45 +00:00
service mysql restart
2013-10-12 09:47:45 +00:00
exit 0