mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
commit
22b5843062
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ PMAUSER=pma
|
||||||
|
|
||||||
#DROP USER and TABLE
|
#DROP USER and TABLE
|
||||||
mysql -uroot <<MYSQL_PMA1
|
mysql -uroot <<MYSQL_PMA1
|
||||||
DROP USER '$PMAUSER'@'localhost';
|
DROP USER IF EXISTS '$PMAUSER'@'localhost';
|
||||||
DROP DATABASE $PMADB;
|
DROP DATABASE IF EXISTS $PMADB;
|
||||||
FLUSH PRIVILEGES;
|
FLUSH PRIVILEGES;
|
||||||
MYSQL_PMA1
|
MYSQL_PMA1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue