表示 进入内容 2111 去 2120 的 14826 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: MySQL (reset) Jan 05 2018 4.2. 表管理(Table) Posted by mysql-云栖社区 on Fri 05 Jan 2018 03:26 UTC Tags: innodb, myisam, timestamp, csv, varchar, test, MySQL, create 4.2.1. 数据类型 4.2.1.1. SET 集合类型 SET 集合类型,此类型适合用于多项选择场景,例如保存表单中的checkbox。 CREATE TABLE `QA` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCRE... 【mysql】 【innodb】 【test】 【Create】 【timestamp】 【varchar】 【csv】 …[获取更多] Jan 05 2018 3.5. Backup and Recovery Posted by mysql-云栖社区 on Fri 05 Jan 2018 03:23 UTC Tags: sql, xml, innodb, database, source, yum, PATH, MySQL 3.5.1. Import / Export 3.5.1.1. Export(Backup) mysqldump -hlocalhost -proot -p**** mydb > mydb. 【mysql】 【innodb】 【SQL】 【path】 【yum】 【xml】 【database】 【source】 …[获取更多] Jan 05 2018 3.2. Access Privilege System Posted by mysql-云栖社区 on Fri 05 Jan 2018 03:20 UTC Tags: Replication, Events, server, grant, access, revoke, MySQL, create global privileges OR (database privileges AND host privileges) OR table privileges OR column privileges OR routine privileges Table 12. 【mysql】 【events】 【Server】 【grant】 【revoke】 【replication】 【Create】 【Access】 …[获取更多] Jan 05 2018 2.8. mysql log Posted by mysql-云栖社区 on Fri 05 Jan 2018 03:18 UTC Tags: log, variables, file, MySQL, 配置, 服务器 /etc/my.cnf 配置文件 在服务器上的/etc/my.cnf中的[client]加入 tee =/tmp/mysql_history.log即可. 查看log设置 show VARIABLES like '%log%'; 命令行 mysql -uroot --tee=/tmp/mysql_history. 【服务器】 【mysql】 【LOG】 【配置】 【variables】 【file】 点击查看原文> Jan 05 2018 第 3 章 Database Administration Posted by mysql-云栖社区 on Fri 05 Jan 2018 03:18 UTC Tags: database, grant, by, MySQL, 数据库, create, account 目录 3.1. User Account Management 3.1.1. Create User 3.1.2. Drop User 3.1.3. Rename User 3.1.4. SET PASSWORD 3. 【mysql】 【数据库】 【BY】 【grant】 【Create】 【database】 【account】 点击查看原文> Jan 05 2018 2.7. mysqldumpslow - Parse and summarize the MySQL slow query log. Posted by mysql-云栖社区 on Fri 05 Jan 2018 03:17 UTC Tags: log, lock, MySQL, 日志, 排序, 主机, parse 开启记录日志,修改my.cnf加入下面几行 --log-slow-queries[=file_name] long_query_time = 10 log-slow-queries = long_query_time 是指执行超过10秒的sql会被记录下来。 【mysql】 【日志】 【LOG】 【排序】 【主机】 【lock】 【parse】 点击查看原文> Jan 05 2018 2.4. myisamchk — MyISAM Table-Maintenance Utility Posted by mysql-云栖社区 on Fri 05 Jan 2018 03:15 UTC Tags: myisam, MySQL 先停止mysqld,在--datadir目录运行 myisamchk */*.MYI >/dev/null #检查哪些表需要修复 修复用以下命令一个个修复: myisamchk -r table. 【mysql】 【myisam】 点击查看原文> Jan 05 2018 1.7. MySQL Custer Posted by mysql-云栖社区 on Fri 05 Jan 2018 02:54 UTC Tags: sql, database, cluster, server, TYPE, MySQL, node, create The cluster need a lot of server for experiments, if you haven't any server for one, I have a good idea that using Vmware for you. 【mysql】 【SQL】 【cluster】 【node】 【Server】 【Create】 【database】 【type】 …[获取更多] Jan 05 2018 MHA高可用架构与Atlas读写分离 Posted by mysql-云栖社区 on Fri 05 Jan 2018 02:49 UTC Tags: db, log, binlog, MySQL, 数据库, 日志, 配置, 服务器, 高可用, 架构, 主机, 脚本 1.1 MHA简介 1.1.1 MHA软件介绍 MHA(Master High Availability)目前在MySQL高可用方面是一个相对成熟的解决方案,它由日本DeNA公司youshimaton(现就职于Facebook公司)开发,是一套优秀的作为MySQL高可用性环境下故障切换和主从提升的高可用软件。 【架构】 【服务器】 【mysql】 【日志】 【LOG】 【高可用】 …[获取更多] Jan 05 2018 1.5. MySQL Plugin Posted by mysql-云栖社区 on Fri 05 Jan 2018 02:46 UTC Tags: plugin, PATH, test, string, MySQL, create, 插件, EXT 1.5.1. validate_password 插件的卸载与安装 uninstall plugin validate_password; INSTALL PLUGIN validate_password SONAME 'validate_password. 【mysql】 【path】 【string】 【test】 【插件】 【Create】 【plugin】 【EXT】 …[获取更多] 表示 进入内容 2111 去 2120 的 14826 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (41) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums