zhishifx

 mysql查看所有的数据库
C:\Windows\system32>mysql -u root -p
Enter password: ******
 mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| sys                |
| test_first         |
 

分类:

技术点:

相关文章:

  • 2021-12-17
  • 2021-08-21
  • 2021-11-17
  • 2022-12-23
  • 2021-11-06
猜你喜欢
  • 2021-10-12
  • 2021-08-21
  • 2022-12-23
  • 2021-10-19
  • 2021-10-19
  • 2021-08-21
相关资源
相似解决方案