摘要:
1 use mysql; 2 select host, user, authentication_string, plugin from user; 3 update user set host='%' where user='root'; 三个语句顺序执行 完毕后重新启动mysql服务 就ok了 阅读全文
摘要:
select `r`.* from `table_aaa` as `r` left join `table_bbb` as `m` on `r`.`idNo` = `m`.`me_no` where ((CONVERT(r.money,DECIMAL(10,2)) >= 1) and (CONVER 阅读全文