【mysql】 创建数据表
【mysql】 创建数据表
- 1、背景
- 2、手动创建数据表
- 3、python3创建数据表
1、背景
创建数据表之前,需要先有数据库,创建数据库参考:
【mysql】 创建数据库
https://jn10010537.blog.csdn.net/article/details/120492342
2、手动创建数据表
手动在cmd终端演示mysql创建数据表。
root@c9fdfc1b40da:/home# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 18
Server version: 5.7.35-0ubuntu0.18.04.2 (Ubuntu<
还没有评论,来说两句吧...