I am having trouble doing if/then statement in mysql. I want to do create a database and import from a source but only if that database is not yet created.
Individually I have CREATE DATABASE IF NOT EXISTS dbname;
dbname < db_exports.sql;
I cannot chain these 2 commands together. I'd like to do them inline. Thank u
Aucun commentaire:
Enregistrer un commentaire