Microsoft
Software
Hardware
Network
Question : SQL QUestion
We are moving a website from one server to another and the SQL version are different. We are getting an error
Error listing old tables: 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 'WHERE Name LIKE 'Members_tmp_%' AND Create_time < NOW() - INTERVAL 1 ' at line 2
This is the line that has that..
$result = mysql_query(
"SHOW TABLE STATUS
WHERE Name LIKE '{$table_prefix}%' AND
Create_time < NOW() - INTERVAL 1 HOUR");
Any idea what needs to be changed?
Answer : SQL QUestion
From which to which version are you moving?
check the documentation for "SHOW TABLE STATUS" here:
http://dev.mysql.com/doc/r
efman/5.0/
en/show-ta
ble-
status
.html
Random Solutions
Access - Creating new field contents from several other fields
How do I change this JavaScript so it returns only one correct input and not two as it does now?
Sharing remote desktop between multiple users in flash.
CPU with printer share maxes out connections
Quicktime Movie not visible in some browsers?
Vodafone Mobile Connect Error Code 619
asp.net Need to know to reset a form. once it has been submited. My form is retaining it values.
mailto hyperlink with multiple links on multiple lines
pass me a number and return the text
Excel 2010 - Changing VLOOOKUP Values