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
Should I use a for-loop in JavaScript to assure only one checkbox is selected?
How do I link a record in one sub-form to a record in another sub-form
Problem finding drivers for server
Group by week starting with first day of the month
sql server types T-SQL and CLR parameter "@ note" do not match
Boxes not lining up in IE
SSRS Jump to Report
Crystal Reports in C# App built on 32 bit Windows throws error on 64 bit Windows
old xap
How do I make these graphical links also submit a form?