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

12 lines
227 B
Plaintext
Raw Permalink Normal View History

2013-10-12 09:47:45 +00:00
#! /bin/sh
2019-11-22 11:07:29 +00:00
set -e
2013-10-12 09:47:45 +00:00
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