phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]
PHP Version: 4.4.7
MySQL Version:
What was done before the problem appeared?
nothing, installed XAMPP
What was done to try to solve the problem?
Backed up database (no g-zip) about 3 almost 4 megs. I tried to manually import it directly into mysql, but I am getting the same error.
Tried checking database for errors, optimize database, site is fine, but I want to transfer it over into XAMPP.
De.scription and Message
I'm following the tuturial for the XAMPP (which is great) install was fine, but I can't seem to restore the database.
I keep getting this:
Error
SQL query:
CREATE TABLE phpbb_force_read_users(
user varchar( 255 ) NOT NULL ,
READ int( 1 ) NOT NULL ,
time int( 10 ) NOT NULL
);
MySQL said: Documentation
#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 'read int(1) NOT NULL,
time int(10) NOT NULL
)' at line 3
that is through mysql. Integramod says something similar....
Any suggestions? I'm not that great with mysql but i am learning.