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
Services Stopping
Catching the extension after hangup in Asterisk
How to replace Public Folders since upgrade to Exchange 2010
Exchange PTR Record and Natting
More than 1 DC with 2008 SBS + 2 2008 r2 and 1 2003 std
SCCM Report All Installed Software
sq; 2005 query sql 2005 store procedure
ZONE replication in DNS..
Detect scroll event
Unable to tab out of empty textbox on a bound control