mirror of
https://github.com/php/web-pecl.git
synced 2026-03-24 07:12:15 +01:00
8 lines
113 B
SQL
8 lines
113 B
SQL
DROP DATABASE pear;
|
|
|
|
DELETE FROM user WHERE user = 'pear';
|
|
DELETE FROM db WHERE db = 'pear';
|
|
|
|
FLUSH PRIVILEGES;
|
|
|