mysql学习笔记4
用phpmyadmin创建数据库时出现
#1064
- 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 '' at line 1
原因:先写了数据库名称,后选择编码格“过吧312_chinese_ci”,数据库名称要重新填写,否则成为空,出现上述错误;好囧。。。。