Exemple LMD
Exemple LMD
Exemple LMD
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
mysql> drop database lmd;
ERROR 1008 (HY000): Can't drop database 'lmd'; database doesn't exist
mysql> drop database if exists lmd;
Query OK, 0 rows affected, 1 warning (0.00 sec)
mysql>