摘要:
用phpmyadmin创建数据库时出现 #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax 阅读全文
摘要:
drop database 数据库名称;————删除数据库 show columns from 数据表名【from 数据库名】;(或者 show columns from 数据库.数据表名;)————查看数据表 desc 数据表名 (列名)————也可以查看数据表(甚至是其中的某一列) show t 阅读全文