表示 进入内容 1111201002
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: test (reset)
1.6. Replication

1.6.1. Master Slave

1.6.1.1. Master

过程 1.1. Master 设置步骤

配置 my.cnf 文件 确保主服务器主机上my.cnf文件的[mysqld]部分包括一个log-bin选项。

【服务器】  【mysql】  【数据库】  【配置】  【test】  【grant】  【replication】   …

[获取更多]
1.3. Percona

http://www.percona.com/

1.3.1. Percona yum Repository

# yum install http://www.percona.com/redir/downloads/percona-release/redhat/latest/percona-release-0.

【mysql】  【数据库】  【yum】  【rpm】  【stream】  【test】  【database】  【RedHat】   …

[获取更多]
第 1 章 MySQL Server

目录 1.1. MySQL Installation 1.1.1. Installation by apt-get under debian/ubuntu 1.1.2. Installation by source code 1.

【mysql】  【数据库】  【shell】  【yum】  【配置】  【rpm】  【Server】  【test】   …

[获取更多]
1.2. MariaDB

http://mariadb.org/

1.2.1. CentOS YUM 安装 MariaDB

cat >> /etc/yum.repos.d/MariaDB.repo
【mysql】  【SQL】  【数据库】  【yum】  【Server】  【Mariadb】  【test】  【fast】   …

[获取更多]
72.8. ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

MySQL 5.7 密码强度,必须含有0-9,a-z,A-Z以及“-”或“_” https://dev.mysql.com/doc/refman/5.7/en/validate-password-options-variables.

【安全】  【mysql】  【test】  【grant】  【html】   点击查看原文>

[线上问题]两个update造成的死锁分析

背景元旦节后第一天上班,rd反映线上财务系统出现了死锁。还很苦恼地说不管他怎么想都想不明白,为啥这两条SQL查的是两个独立通道,查出来的数据肯定都不会相同,怎么会出现死锁呢?连锁等待都不会有的啊。趁着分析这个死锁问题,将《MySQL技术技术内幕:InnoDB存储引擎》锁那一张又重新看了一遍,也仔细阅读了一遍何大师关于锁的分析,又有了跟以前不一样的感悟。

【mysql】  【innodb】  【SQL】  【DB】   …

[获取更多]
61.8. ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

MySQL 5.7 密码强度,必须含有0-9,a-z,A-Z以及“-”或“_” https://dev.mysql.com/doc/refman/5.7/en/validate-password-options-variables.

【安全】  【mysql】  【test】  【grant】  【html】   点击查看原文>

53.7. Control Flow Functions

CASE mysql> SELECT CASE 1 WHEN 1 THEN 'one' -> WHEN 2 THEN 'two' ELSE 'more' END; -> 'one' mysql> SELECT CASE WHEN 1>0 THEN 'true'...

【mysql】  【test】   点击查看原文>

50.7. 存储过程(PROCEDURE)

50.7.1. 存储程序

存储过程没有返回数据,需使用call proc()调用 CREATE DEFINER=`neo`@`%` PROCEDURE `angelfund`(IN `puid` VARCHAR(50), IN `ptime` DATETIME) LANGUAGE...

【mysql】  【SQL】  【test】  【schema】  【Create】  【存储过程】  【varchar】   …

[获取更多]
50.2. 表管理(Table)

50.2.1. 数据类型

50.2.1.1. SET 集合类型

SET 集合类型,此类型适合用于多项选择场景,例如保存表单中的checkbox。 CREATE TABLE `QA` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INC...

【mysql】  【innodb】  【test】  【Create】  【timestamp】  【update】  【varchar】   …

[获取更多]
表示 进入内容 1111201002
« 先前的 10 新的记录 | 下一步 10 较早的记录 »