Python mysql erstellen Tabelle, wenn nicht existiert
CREATE TABLE [IF NOT EXISTS] tbl_name
(create_definition,...)
[table_options]
[partition_options]
Pleasant Pigeon