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 我无法删除数据库 为什么?发生了什么事???