Chinaunix首页 | 论坛 | 博客
  • 博客访问: 353870
  • 博文数量: 166
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1640
  • 用 户 组: 普通用户
  • 注册时间: 2015-05-05 11:44
个人简介

文章不在长,坚持不懈记录下努力前行的脚步

文章分类

全部博文(166)

文章存档

2017年(19)

2016年(59)

2015年(88)

我的朋友

发布时间:2015-09-28 15:56:28

在安装你下载的安装包之前,得先验证一下安装包是否完整并且没有被篡改,可以采用以下三种方式<br />1.md5校验<br />shell&gt; md5sum mysql-standard-5.6.28-linux-i686.tar.gz<br />aaab65abbec64d5e907dcd41b8699945&nbsp; mysql-standard-5.6.28-linux-i686.tar.gz<br />shell&gt; md5.exe mysql-installer-communi.........【阅读全文】

阅读(646) | 评论(0) | 转发(0)

发布时间:2015-09-28 15:32:25

下载MySQL安装包<br /><a class="ulink" href="http://dev.mysql.com/downloads/" target="_top">http://dev.mysql.com/downloads/</a><br />最新安装镜像列表<br /><a class="ulink" href="http://dev.mysql.com/downloads/mirrors.html" target="_top">http://dev.mysql.com/downloads/mirrors.html</a><br />基于RPM.........【阅读全文】

阅读(689) | 评论(0) | 转发(0)

发布时间:2015-09-28 15:11:00

MySQL版本及其支持的OS平台<br /><a class="ulink" href="http://www.mysql.com/support/supportedplatforms/database.html" target="_top">http://www.mysql.com/support/supportedplatforms/database.html</a><br />GA版与开发版<br />GA版是稳定版本,生产上可以使用,开发版包含最新的一些特性,不建议使用<br />My.........【阅读全文】

阅读(616) | 评论(0) | 转发(0)

发布时间:2015-09-22 14:15:23

查询:SELECT COUNT(*) FROM `unicode_ci` a,`qwifi.general_ci` b WHERE a.`username` = b.`username` LIMIT 0, 1000<br /><br />错误代码: 1267<br />Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='<br /><br />解决办法:修改字符集校验码<br />&nbsp;.........【阅读全文】

阅读(431) | 评论(0) | 转发(0)

发布时间:2015-09-17 16:54:09

按格式将表导出到文件<br />mysql -e "SELECT * FROM qwifi.q_report_project_daily WHERE daytime='2015-09-17' INTO OUTFILE '/tmp/targetfile.csv' fields terminated by \",\" optionally enclosed by '\'';"......【阅读全文】

阅读(352) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册