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.
|
#! /bin/sh
|
|
set -e
|
|
|
|
chown mysql:mysql /etc/mysql/proxy-auth.sql
|
|
chmod u=rw,go-rwx /etc/mysql/proxy-auth.sql
|
|
|
|
chown mysql:mysql /etc/mysql/proxy-auth.ini
|
|
chmod u=rw,go-rwx /etc/mysql/proxy-auth.ini
|
|
|
|
#service mysql restart
|
|
exit 0
|