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
Can't see files on CD-R (But they are there)
IE URLMON.DLL error and Icon problem after Trojan infection
How to run beta site for wordpress blog
Wireless not showing on unsecured wirelless on a Macbook
How to test end-to-end TLS security
Create a shortcut or drive letter for a digital camera
Would an exchange server update take down the server?
3 WAN networks on a Sonicwall NSA 3500
PHP file upload manager script
JQuery Nav Bar Problem