If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have this php file that sets up a MySQL database for me using a .CSV file. I used it on one SQL database and then transfered it over to a different server. Now when i run database_setup.php i get this error
"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 ') ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci' at line 1 "
The line "ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci" is the error i guess but i don't know how to find out what to change it too.