python mysql créer une table s'il n'existe pas
CREATE TABLE [IF NOT EXISTS] tbl_name
(create_definition,...)
[table_options]
[partition_options]
Pleasant Pigeon