摘要:
delimiter $$ drop procedure if exists count_area;create procedure count_area()begindeclare done int default false;declare g time;declare f time;declar 阅读全文
摘要:
-- select * from MultiDataViewerInfo where Post='';-- select * from MultiDataViewerInfo where Post='C04'; -- delete from MultiDataViewerInfo; -- updat 阅读全文
摘要:
如果你想连接你的mysql的时候发生这个错误: ERROR 1130: Host '192.168.1.3' is not allowed to connect to this MySQL server 1。 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在local 阅读全文