linux系统下连接数据库

时间:2024-11-13 10:21:26

1、连接数据库方法 mysql -hhost -uuser -ppasswd

linux系统下连接数据库

2、列出数据库名称 show databases;

linux系统下连接数据库

3、进入数据库中use persistence_raw;

linux系统下连接数据库

4、列出persistence_raw数据库中的表 show tables;

5、查找数据查找数据

linux系统下连接数据库
© 2025 光影知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com