标签:mysql数据库 from 图片 nbsp pre conf fun span function
1.现在conf里面写好选择的数据库
选择好了以后
2.在index里面输入 查询mysql数据库里面的表tables_priv的所有数据
public function index() { $res = Db::query("select * from tables_priv"); dump($res); }
3.打开浏览器,查看dump出来的数据
数据已经被查询出来了,连接成功
标签:mysql数据库 from 图片 nbsp pre conf fun span function
原文地址:https://www.cnblogs.com/chenyi4/p/12335576.html