摘要: create database if not exists DOOK charset 'utf8';#创建一个数据库 判断有没有,没有的话就创建 指定字符集 utf8 create table njo_op( id int auto_increment primary key comment 'id 阅读全文
posted @ 2022-09-15 17:32 python,菜鸟 阅读(21) 评论(0) 推荐(0)