【发布时间】:2018-04-17 22:43:31
【问题描述】:
MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| admin_default |
| information_schema |
| mysql |
| openvpn-admin |
| performance_schema |
| roundcube |
+--------------------+
6 rows in set (0.00 sec)
MariaDB [(none)]> drop database 'openvpn-admin';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''openvpn-admin'' at line 1
MariaDB [(none)]> drop database openvpn-admin;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-admin' at line 1
MariaDB [(none)]>
我被触发了。 mariadb + vestacp 我无法删除数据库为什么? 发生了什么事???
【问题讨论】:
-
一看到“我被触发了”,我就知道这将是一个糟糕的帖子。删除 lorem ipsum 并实际粘贴您得到的错误而不是屏幕截图。
-
我看不到图片中的文字!我正在使用手机。请将其发布为文本
标签: mysql database mariadb root vesta