摘要: #1.创建数据库test01_office,指明字符集为utf8。并在此数据库下执行下述操作 create database if not exists test01_office character set 'utf8'; #2.创建表dept81 /* 字段 类型 id INT(7) NAME 阅读全文
posted @ 2024-05-29 13:51 乐池 阅读(15) 评论(0) 推荐(0)