Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
10
Agent-Windows/OGP64/etc/preremove/mysql.sh
Normal file
10
Agent-Windows/OGP64/etc/preremove/mysql.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
if [ -f /etc/my.cnf.d/mysql-clients.cnf ] && cmp -s /etc/defaults/etc/my.cnf.d/mysql-clients.cnf /etc/my.cnf.d/mysql-clients.cnf
|
||||
then
|
||||
rm /etc/my.cnf.d/mysql-clients.cnf
|
||||
fi
|
||||
|
||||
if [ -f /etc/my.cnf.d/server.cnf ] && cmp -s /etc/defaults/etc/my.cnf.d/server.cnf /etc/my.cnf.d/server.cnf
|
||||
then
|
||||
rm /etc/my.cnf.d/server.cnf
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue