文章分类 - navcat
navcat
摘要:navicat for Mysql查询数据不能直接修改 原来的sql语句: <pre> select id,name,title from table where id = 5;</pre> 修改为: <pre> select * from table where id = 5;</pre> 然后下
阅读全文
摘要:navicat远程连接mysql的方法1 先在打开phpmyadmin 添加用户 用户名和密码自己设置 用户名别用root 文本域就是任意主机哈2 关闭防火墙service iptables status可以查看到iptables服务的当前状态。 开启: service iptables start
阅读全文