mod
parent
372fcb3bd1
commit
d04d94c71f
2
mysql.md
2
mysql.md
|
@ -66,7 +66,7 @@ CREATE DATABASE IF NOT EXISTS sape_test_db;
|
||||||
При её удалении полачал ошибку
|
При её удалении полачал ошибку
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mysql> drop database 'sape_test_db.db';
|
mysql> drop database 'sape_test_db';
|
||||||
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''sape_test_db.db'' at line 1
|
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''sape_test_db.db'' at line 1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue