Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


SQL error | 25 comments | Create New Account
Click here to return to the 'SQL error' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
SQL error
Authored by: michno on Oct 09, '02 09:11:35AM

Having followed the hint to install Geeklog, the install.php-file gives the following error in the third screen:

1050: Table 'gl_access' already exists

I have created the (empty) geeklog database as instructed. Anybody know what's wrong?



[ Reply to This | # ]
database not empty...
Authored by: robg on Oct 09, '02 10:01:28AM

It seems the GL database isn't empty -- take a look at it with phpmyadmin or the mysql command line interface ... if there are tables in there, you can just drop the database and re-create it.

-rob.



[ Reply to This | # ]