表示 进入内容 111 去 120 的 1002 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: test (reset) Jan 05 2018 1.6. Replication Posted by mysql-云栖社区 on Fri 05 Jan 2018 02:46 UTC Tags: Replication, binlog, grant, test, MySQL, 数据库, 配置, 服务器 1.6.1. Master Slave 1.6.1.1. Master 过程 1.1. Master 设置步骤 配置 my.cnf 文件 确保主服务器主机上my.cnf文件的[mysqld]部分包括一个log-bin选项。 【服务器】 【mysql】 【数据库】 【配置】 【test】 【grant】 【replication】 …[获取更多] Jan 05 2018 1.3. Percona Posted by mysql-云栖社区 on Fri 05 Jan 2018 02:40 UTC Tags: database, rpm, Redhat, yum, test, MySQL, 数据库, stream 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】 …[获取更多] Jan 05 2018 第 1 章 MySQL Server Posted by mysql-云栖社区 on Fri 05 Jan 2018 02:38 UTC Tags: rpm, shell, yum, server, test, MySQL, 数据库, 配置 目录 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】 …[获取更多] Jan 05 2018 1.2. MariaDB Posted by mysql-云栖社区 on Fri 05 Jan 2018 02:38 UTC Tags: sql, database, yum, server, mariadb, test, MySQL, fast, 数据库 http://mariadb.org/ 1.2.1. CentOS YUM 安装 MariaDB cat >> /etc/yum.repos.d/MariaDB.repo 【mysql】 【SQL】 【数据库】 【yum】 【Server】 【Mariadb】 【test】 【fast】 …[获取更多] Jan 05 2018 72.8. ERROR 1819 (HY000): Your password does not satisfy the current policy requirements Posted by mysql-云栖社区 on Fri 05 Jan 2018 01:36 UTC Tags: html, grant, test, MySQL, 安全 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】 点击查看原文> Jan 04 2018 [线上问题]两个update造成的死锁分析 Posted by mysql-云栖社区 on Thu 04 Jan 2018 10:53 UTC Tags: sql, innodb, db, update, index, thread, transaction, lock, test, MySQL, 索引 背景元旦节后第一天上班,rd反映线上财务系统出现了死锁。还很苦恼地说不管他怎么想都想不明白,为啥这两条SQL查的是两个独立通道,查出来的数据肯定都不会相同,怎么会出现死锁呢?连锁等待都不会有的啊。趁着分析这个死锁问题,将《MySQL技术技术内幕:InnoDB存储引擎》锁那一张又重新看了一遍,也仔细阅读了一遍何大师关于锁的分析,又有了跟以前不一样的感悟。 【mysql】 【innodb】 【SQL】 【DB】 …[获取更多] Jan 04 2018 61.8. ERROR 1819 (HY000): Your password does not satisfy the current policy requirements Posted by mysql-云栖社区 on Thu 04 Jan 2018 06:27 UTC Tags: html, grant, test, MySQL, 安全 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】 点击查看原文> Jan 04 2018 53.7. Control Flow Functions Posted by mysql-云栖社区 on Thu 04 Jan 2018 06:17 UTC Tags: test, MySQL 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】 点击查看原文> Jan 04 2018 50.7. 存储过程(PROCEDURE) Posted by mysql-云栖社区 on Thu 04 Jan 2018 05:52 UTC Tags: sql, schema, varchar, test, MySQL, create, 存储过程 50.7.1. 存储程序 存储过程没有返回数据,需使用call proc()调用 CREATE DEFINER=`neo`@`%` PROCEDURE `angelfund`(IN `puid` VARCHAR(50), IN `ptime` DATETIME) LANGUAGE... 【mysql】 【SQL】 【test】 【schema】 【Create】 【存储过程】 【varchar】 …[获取更多] Jan 04 2018 50.2. 表管理(Table) Posted by mysql-云栖社区 on Thu 04 Jan 2018 03:38 UTC Tags: innodb, myisam, update, timestamp, csv, varchar, test, MySQL, create 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】 …[获取更多] 表示 进入内容 111 去 120 的 1002 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (43) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums