create database `';havesinglequotes'`; use `';havesinglequotes'`; create table tb1(i int); --exec $MYSQL_DUMP --flush-logs --create-options -B --default-character-set=utf8 --routines "';havesinglequotes'" >$MYSQLTESTDIR/var/tmp/bug67290.sql