diff --git a/mysql.md b/mysql.md index 8374487..9ab0bd0 100644 --- a/mysql.md +++ b/mysql.md @@ -66,7 +66,7 @@ CREATE DATABASE IF NOT EXISTS sape_test_db; При её удалении полачал ошибку ```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 ```