摘要:1.创建数据库 show DATABASES; create database test default charset utf8; use test; View Code 2.创建数据表 -- 1.创建表table create table class( cid int auto_incremen
阅读全文
随笔分类 - Mysql
摘要:1.创建数据库 show DATABASES; create database test default charset utf8; use test; View Code 2.创建数据表 -- 1.创建表table create table class( cid int auto_incremen
阅读全文
|