lundi 20 septembre 2021

create a mysql database and import an external database only if previous database does not exist

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