表示 进入内容 281 去 290 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: Blog (reset) Nov 16 2017 linux make使用技巧 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:28 UTC Tags: Linux, Blog, MySQL, CTO, 测试 测试make 目标 mysql (1)time -p make real 322.77user 291.73 sys 33.87 (2)time -p make -j 5 real 121. 【linux】 【mysql】 【测试】 【cto】 【Blog】 点击查看原文> Nov 16 2017 CentOS 7 下安装MySQL WorkBench Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:24 UTC Tags: Blog, rpm, centos, yum, wget, MySQL, cdn, CTO 安装MySQL Community Yum源 1 2 wget http://repo.mysql.com/mysql-community-release-el7-5.noarch. 【mysql】 【yum】 【cdn】 【centos】 【rpm】 【cto】 【Blog】 【wget】 …[获取更多] Nov 16 2017 MySQL MHA高可用架构介绍 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:23 UTC Tags: html, Blog, MySQL, CTO, 高可用, 架构 介绍了当前主流高可用软件MHA的工作流程和切换演示(模拟从库延迟,主库宕机后,数据自动补齐) 视频地址:http://edu.51cto.com/lesson/id-44865.html 本文转自hcymysql51CTO博客,原文链接: http://blog. 【架构】 【mysql】 【高可用】 【html】 【cto】 【Blog】 点击查看原文> Nov 16 2017 shell中调用mysql 原格式输出到文件里面 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:07 UTC Tags: Blog, awk, shell, sed, MySQL, CTO sql5="select * from 表名 ;"; 第一种方法 #ss1=$(mysql -u $DB_USER -h ${DB_IP} -p${DB_PASSWD} $DB_NAME -e "$sql5"|awk 'NR>1'); 或者 #ss1=$(mysql -u $DB_USER -... 【mysql】 【shell】 【cto】 【Blog】 【sed】 【awk】 点击查看原文> Nov 16 2017 Linux下查看Nginx、Napache、MySQL、PHP的编译参数 Posted by mysql-云栖社区 on Thu 16 Nov 2017 11:06 UTC Tags: PHP, Linux, Blog, Apache, Nginx, MySQL, CTO 1、nginx编译参数: #/usr/local/nginx/sbin/nginx -V 2、apache编译参数: # cat /usr/local/apache/build/config.nice 3、php编译参数: # /usr/local/php/bin/php -i |grep c... 【nginx】 【linux】 【php】 【mysql】 【Apache】 【cto】 【Blog】 点击查看原文> …[获取更多] Nov 16 2017 mysql数据库备份、恢复文档 Posted by mysql-云栖社区 on Thu 16 Nov 2017 10:38 UTC Tags: sql, Blog, binlog, dump, MySQL, 数据库, 日志, 数据备份, 数据恢复 说明: 为了加强线上数据库安全,避免研发人员误操作造成数据的丢失,制作本文档。一线运维人员可以参考! 一、数据备份: 专用数据库备份服务器,定时对数据库进行热备、冷备,即主从设置、mysqldump冷备、mysql-bin-log日志备份。 【mysql】 【SQL】 【日志】 【数据库】 【数据备份】 【binlog】 …[获取更多] Nov 16 2017 mysql 错误汇总 Posted by mysql-云栖社区 on Thu 16 Nov 2017 10:09 UTC Tags: Blog, MySQL, CTO, 字符集, 排序 mysql更改表字符集和排序方式的时候出现如下错误。 (HY000): Error on rename of .... (errno: 150). 因为表中的外键或主键的问题。 需要修改FOREIGN_KEY_CHECKS=0的值为0。 【mysql】 【排序】 【字符集】 【cto】 【Blog】 点击查看原文> Nov 16 2017 mysql/mariadb 数据库安装完成后的设置 Posted by mysql-云栖社区 on Thu 16 Nov 2017 10:04 UTC Tags: Blog, mariadb, MySQL, CTO, 数据库, 字符集, 配置, 排序 指定innodb_file_per_table=1参数,该参数主要是防止ibdata文件过大,所有的数据库都存放到该文件中。指定该参数后不会出现上述问题。 指定默认的字符集:在[mysqld]区段添加参数:character_set_server=utf8即可。 【mysql】 【数据库】 【配置】 【排序】 【Mariadb】 【字符集】 【cto】 …[获取更多] Nov 16 2017 关于mysql 出现 1264 Out of range value for column 错误的解决办法 Posted by mysql-云栖社区 on Thu 16 Nov 2017 10:03 UTC Tags: Windows, html, Linux, Blog, MySQL 原因:新版本的MySQL对字段的严格检查。 通常在Linux下安装完mysql后,默认的sql_mode值是空,在这种情形下mysql执行的是一种不严格的检查,如果要插入的字段长度超过列定义的长度,那么mysql不会终止操作,而是会自动截断后面的字符继续插入操作!但是在windows下面却不会这样。 【linux】 【mysql】 【windows】 【html】 【Blog】 点击查看原文> Nov 16 2017 cloudstack 4.2.1无法删除主存储故障 Posted by mysql-云栖社区 on Thu 16 Nov 2017 09:42 UTC Tags: Blog, bug, update, cloud, MySQL, CTO, 存储 cloudstack 4.2.1无法删除主存储故障 提示:Failed to delete storage pool 1 2 3 mysql>use cloud; mysql>update storage_pool set removed=now() where pod_id=5... 【mysql】 【Cloud】 【bug】 【update】 【cto】 【Blog】 【存储】 …[获取更多] 表示 进入内容 281 去 290 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (1) Oracle MySQL Blogs Oracle's MySQL Blog (31) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums