mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
6 lines
196 B
Text
6 lines
196 B
Text
backup_dir="$1/conf/ynh/mysql"
|
|
|
|
sudo service mysql restart
|
|
sudo cp -a $backup_dir/mysql /etc/yunohost/mysql
|
|
mysqlpwd=$(sudo cat /etc/yunohost/mysql)
|
|
sudo mysqladmin flush-privileges -p"$mysqlpwd"
|