backup and executing sql from source
Moderator: General Moderators
backup and executing sql from source
I've backed up my sql by using dump via phpmyadmin. I have found that when I try to execute the sql with a source somesql.sql command that it always generates errors. The culprit seems to be the pesky -- comments inserted through out the text. I'm trying to copy tables from my internet server to a test environment. How do I avoid this? Am I going about this all wrong? Is there a better faster way?