摘要: 数据表 2.以组的方式批量管理 数据结构 主机列表 组列表 组列表的id为主机列表id的外键 查询语句 select pass,users,ip,name from host,user WHERE `user`.name = "admin" and `user`.id=`host`.id 阅读全文
posted @ 2016-12-31 21:06 程序员同行者 阅读(631) 评论(0) 推荐(0)
摘要: Mysql错误:Ignoring query to other database解决方法 今天登陆mysql show databases出现Ignoring query to other database错误,又试了几个命令和sql全部提示Ignoring query to other datab 阅读全文
posted @ 2016-12-31 18:46 程序员同行者 阅读(568) 评论(0) 推荐(0)