标签: mysql sqlalchemy
运行此脚本时出现Commands out of sync, you can't run this command now错误:
Commands out of sync, you can't run this command now
CREATE TABLE IF NOT EXISTS device ( device_id VARCHAR(8) ); CREATE TABLE IF NOT EXISTS device_history ( device_id VARCHAR(8) );
一些观察结果: