摘要:
提示:1045 access denied for user 'root'@'localhost' using password yes 连接数据库时候弹出这个,然后又忘记密码了请看 转载请注明出处http://blog.csdn.net/yc7369 曾经由于这个问题找了各种方法,各种行不... 阅读全文
posted @ 2014-08-13 18:08
Jeson Yang
阅读(154)评论(0)推荐(0)
摘要:
MySql的like语句中的通配符:百分号、下划线和escape %代表任意多个字符 Sql代码 http://blog.csdn.net/yc7369/ select * from user where username like '%huxiao'; select * from use... 阅读全文
posted @ 2014-07-02 16:12
Jeson Yang
阅读(301)评论(0)推荐(0)
摘要:
1.float类型 float列类型默认长度查不到结果,必须指定精度, 比如 num float, insert into table (num) values (0.12); select * from table where num=0.12的话,empty set。 num float(9... 阅读全文
posted @ 2014-06-30 15:53
Jeson Yang
阅读(229)评论(0)推荐(0)