磨砺技术珠矶,践行数据之道,追求卓越价值 
回到上一级页面: [作者 高健@博客园  luckyjackgao@gmail.com]

连接到MySQL之后,

执行:

mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> CREATE TABLE example (
    ->          id INT,
    ->          data VARCHAR(100)
    ->        );
Query OK, 0 rows affected (0.05 sec)

mysql> 

然后退出:

mysql> quit
Bye
[root@server ~]# 

 

[作者 高健@博客园  luckyjackgao@gmail.com]
回到上一级页面: 磨砺技术珠矶,践行数据之道,追求卓越价值

 

相关文章:

  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2021-12-28
猜你喜欢
  • 2021-09-22
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-06-03
相关资源
相似解决方案