|
我安装bugzilla的时候需要先安装mysql,在创建数据库的时候报错.C:\mysql\bin>mysql --user=root -p mysql
Enter password: ********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 15 to server version: 4.0.20a-debug
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database bugs;就运行到这里报错.
错误如下: ERROR 1064: You have an error in your SQL syntax. Check the manual that corresp
onds to your MySQL server version for the right syntax to use near 'creat databa
se bugs' at line 1
请问有知道原因的么???我是在windows2000server上安装的.
[ 本帖最后由 fjy 于 2007-9-19 14:37 编辑 ] |
|