摘要: 参考:http://www.111cn.net/database/mysql/53202.htm count(1)与count(*)http://www.hblpf.com/?post=55http://blog.sina.com.cn/s/blog_4586764e0100o9s1.htm... 阅读全文
posted @ 2015-01-05 19:27 妞溜溜 阅读(109) 评论(0) 推荐(0)
摘要: 在select * from table;时往往会出现上图所示乱码现象此时,输入status,会发现:此时只要SET NAMES utf8即可解决该问题。此时,再次输入status:总结:SET NAMES utf8相当于SET character_set_client = utf8 用来设置客户... 阅读全文
posted @ 2015-01-05 17:45 妞溜溜 阅读(234) 评论(0) 推荐(0)