I used sqlyog making batch-skripts (.sql-files).
This works fine, but the text-based mysql-client has problems with the
'`' (back-tick) in 'use database ``'
It says 'unknown database' even though it created the database before.
I took out the backticks usind 'tr' and everything worked fine.
Would it be a big problem to add an otpion that leaves away the backticks
in the 'Export as Batch-Script' tool, for users that do not use blanks etc.
in database and/or table names ?