There can't be a syntax error because settings.dump was created by MySQL. I can only assume the syntax of the command is wrong, or the file is not complete. Re-download http://phpwebhosting.sourceforge.net/settings.dump, and make sure the command is right. It should be mysql -uuser -p phpwebhosting < settings.dump.
Alternately, you can copy and paste the lines into MySQL.
Jason aka Zone
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hmm hi folks im in again *g*
hmm is tried to query the settings dump but all i get (now on my personal server)
is You have an error in your SQL syntax near ';
INSERT INTO settings VALUES ('html','page','begin','before_title','Page begin' at line 1
the lines start
INSERT INTO settings VALUES ('html','page','body','color','Body Color','orange','#00b000','HTML_PAGE_BODY_COLOR');
mhh i could not find the error.
Or im blind who knows?
There can't be a syntax error because settings.dump was created by MySQL. I can only assume the syntax of the command is wrong, or the file is not complete. Re-download http://phpwebhosting.sourceforge.net/settings.dump, and make sure the command is right. It should be mysql -uuser -p phpwebhosting < settings.dump.
Alternately, you can copy and paste the lines into MySQL.
Jason aka Zone