Plik Edycja Widok Zakładki Ustawienia Pomoc
This software comes with ABSOLUTELY NO WARPANTY. This is free software
*
and you are welcome to modify and redistribute it under the GPL v2 lic ense
Type 'help;' or '\h' for help. Type '\c' to elear the current input st atement.
mysql> show databases;
| information_schema |
4 rows in set (0.03 sec)
mysql> drop database próba;
Query OK, O rows affected (0.07 sec)
mysql> show databases;
| information_schema |
3 rows in set (0.00 sec)
mysql> |_