Loading db/genres.mksql +2 −0 Original line number Diff line number Diff line #!/bin/bash echo "use sopds;" echo "SET NAMES 'utf8';" echo "SET CHARACTER SET utf8;" echo "drop table if exists genres;" echo "drop table if exists bgenres;" echo "commit;" Loading db/genres.sql +2 −0 Original line number Diff line number Diff line use sopds; SET NAMES 'utf8'; SET CHARACTER SET utf8; drop table if exists genres; drop table if exists bgenres; commit; Loading Loading
db/genres.mksql +2 −0 Original line number Diff line number Diff line #!/bin/bash echo "use sopds;" echo "SET NAMES 'utf8';" echo "SET CHARACTER SET utf8;" echo "drop table if exists genres;" echo "drop table if exists bgenres;" echo "commit;" Loading
db/genres.sql +2 −0 Original line number Diff line number Diff line use sopds; SET NAMES 'utf8'; SET CHARACTER SET utf8; drop table if exists genres; drop table if exists bgenres; commit; Loading