View previous topic :: View next topic |
Author |
Message |
cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Mon May 02, 2005 9:43 am Post subject: MySQL-trouble... |
|
|
When I try to create a new table on my MySQL-server, i just get this error:
Error executing SQL commands to create table.
MySQL Error Nr. 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 ')
TYPE = MYISAM' at line 2
I use MySQL-admin to manage my databases, and this is the command i was using:
CREATE TABLE `phpbb`.`phpbb` (
)
TYPE = MYISAM;
Does anybody know how to fix this "syntax error"? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
|
Back to top |
|
 |
cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Mon May 02, 2005 4:04 pm Post subject: Re: MySQL-trouble... |
|
|
Okay, now I can create a table, but PHPBB cannot connect to the MySQL-database anyway.
I F-word hate MySQL. |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon May 02, 2005 7:57 pm Post subject: |
|
|
Quote: | I F-word hate MySQL |
Join the club :P. I have MySQL working tho... for now... _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Mon May 02, 2005 7:58 pm Post subject: |
|
|
The Inquisitor wrote: | Quote: | I F-word hate MySQL |
Join the club :P. I have MySQL working tho... for now... |
Okay. |
|
Back to top |
|
 |
|