MySQL-trouble...

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Mon May 02, 2005 9:43 am    Post subject: MySQL-trouble... Reply with quote

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 View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon May 02, 2005 1:15 pm    Post subject: Re: MySQL-trouble... Reply with quote

cmxflash,

The CREATE TABLE syntax is in http://dev.mysql.com/doc/mysql/en/create-table.html .
It seems that having nothing between ( and ) is the cause of the error.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Mon May 02, 2005 4:04 pm    Post subject: Re: MySQL-trouble... Reply with quote

aprelium wrote:
cmxflash,

The CREATE TABLE syntax is in http://dev.mysql.com/doc/mysql/en/create-table.html .
It seems that having nothing between ( and ) is the cause of the error.


Okay, now I can create a table, but PHPBB cannot connect to the MySQL-database anyway.

I F-word hate MySQL.
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Mon May 02, 2005 7:57 pm    Post subject: Reply with quote

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 View user's profile Send private message Visit poster's website
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Mon May 02, 2005 7:58 pm    Post subject: Reply with quote

The Inquisitor wrote:
Quote:
I F-word hate MySQL


Join the club :P. I have MySQL working tho... for now...


Okay.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group