Quote:
Originally Posted by joeychgo
Probably a stupid question ---
in the instructions it says to open phpMyAdmin and run queries.....
Is that the same as running queries from EXECUTE SQL QUERY in my admin cp?
|
If you want to do the queries via the Admin CP, you need to run them individually as it can't split MySQL queries. And, there is a security limitation in the mysql_query() function that prevents more than one query from being executed at a time.
So, either do each query individually or do them all at once in phpMyAdmin.