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