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.
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
|
|
|
|
2015-09-20 11:51:50 +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
|
|
|
|
2015-09-20 11:51:50 +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
|
|
|
|
2015-10-01 09:27:02 +00:00
|
|
|
#service mysql restart
|
2013-10-12 09:47:45 +00:00
|
|
|
exit 0
|