SyntaxFix
Write A Post
Hire A Developer
Questions
I got this error in mysql command line using this query:
source `db.sql`;
I changed the above to the following to make it work:
source db.sql;