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系统下连接数据库
猜你喜欢