Hi all,
I just finished to update zenphoto from 1.1.2 to 1.1.3 and when I run setup.php:
the last line said:
Error, could not list tables MySQL Error: 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 '.palazuelos LIKE 'zen%'' at line 1
So what did happen?
What can I do now to fix?
THX
Jean
Comments
And very good Job for this version!
Warning: DB Error, could not list tables MySQL Error: Incorrect database name 'jean.palazuelos'
and this my correct database name ...
is the point doing the probleme? What do you think ?
I clicked to "Go" and no problem occurred.
Everything seems to be OK...
You can check your mySQL configuration and see if there is something blocking the query. Perhaps you can ask your service provider as well. Otherwise you will continue to get this warning when you go from release to release.
I think that sometimes there are problems when special characters are in database names. The installation on my service provider will allow only alpha, numbers, and underscore as characters in the database name. Must start with alpha.
Since this is happening in the Setup systems check, we have connected to the database as part of the check. This error is comming from after the check where setup is quering the database for what tables it has to see which tables need to be created and which just need update.
We don't get here unless the check successfully got through to the database, so I think it must be the correct name. Something is keeping the query on the tables from working and mySQL is saying that the database name is incorrect.
I have no idea what could cause that.