表示 进入内容 191 去 200 的 785 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: index (reset) Nov 26 2017 MySQL参数sql_safe_updates在生产环境的使用 Posted by mysql-云栖社区 on Sun 26 Nov 2017 10:57 UTC Tags: update, index, test, MySQL, 索引, create, 数据存储与数据库 在应用 BUG或者 DBA误操作的情况下,会发生对全表进行更新:update delete 的情况。MySQL提供 sql_safe_updates 来限制次操作。 set sql_safe_updates = 1; 设置之后,会限制update delete 中不带 where 条件的SQL 执行,较严格。 【数据存储与数据库】 【mysql】 【索引】 【test】 【index】 【Create】 …[获取更多] Nov 26 2017 phpMyAdmin4.4.7安装及配置 Posted by mysql-云栖社区 on Sun 26 Nov 2017 10:42 UTC Tags: PHP, html, index, Nginx, MySQL, 配置, 架构 环境说明: 系统版本:centos 6.6 32bit 软件版本:mysql 5.6.25 、nginx1.6.2 、 php5.4.37 LNMP架构 说明:mysql5.5版本以上需要使用phpmyadmin4. 【nginx】 【php】 【架构】 【mysql】 【配置】 【index】 【html】 点击查看原文> Nov 26 2017 Innodb恢复--innodb_force_recovery Posted by mysql-云栖社区 on Sun 26 Nov 2017 10:38 UTC Tags: innodb, index, thread, transaction, page, MySQL Innodb事务型存储引擎,通过redo,undo,double write这些特性保证数据的完整,针对硬件故障,内核bug,突然断电的事件,需要手动对Innodb进行恢复; 可以将Innodb page 损坏分为几类,data page 损坏,secondary_index page... 【mysql】 【innodb】 【Transaction】 【index】 【page】 【thread】 …[获取更多] Nov 26 2017 WordPress实践:自定义theme(01) Posted by mysql-云栖社区 on Sun 26 Nov 2017 07:32 UTC Tags: PHP, Windows, css, Wordpress, index, netbeans, iis, MySQL, 数据库, 配置, think 自定义theme需要有一定的html、css、js和php基础。如果没有,那就去学一下。http://www.w3schools.com/是一个不错的学习地方。 php开发工具 工欲善其事,必先利其器。 【php】 【css】 【mysql】 【windows】 【WordPress】 【数据库】 【配置】 …[获取更多] Nov 26 2017 CentOS 6.3安装配置LAMP服务器(Linux+Apache+MySQL+PHP5) Posted by mysql-云栖社区 on Sun 26 Nov 2017 06:57 UTC Tags: PHP, html, Linux, Apache, index, centos, source, server, service, MySQL, 配置, 服务器, 防火墙, input 服务器系统环境:CentOS 6.3 客户端系统环境:Windows 7 ultimate(x86)sp1 简体中文旗舰版 ※ 本文档描述了如何在Linux服务器配置Apache、Mysql、PHP5 LAMP(Linux-Apache-MySQL-PHP)网站架构是目前国际流行的Web框... 【linux】 【php】 【服务器】 【mysql】 【防火墙】 【Apache】 【配置】 …[获取更多] Nov 26 2017 CentOS 6.5编译安装Nginx+MySQL+PHP Posted by mysql-云栖社区 on Sun 26 Nov 2017 05:55 UTC Tags: PHP, html, index, centos, Nginx, zabbix, cmake, MySQL, 配置, prefix 一、配置防火墙,开启80端口、3306端口,关闭SELINUX 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [root@Zabbix ~]# vim /etc/sysconfig/iptables -A INPUT -i lo -j ACCEPT -A INP... 【nginx】 【php】 【mysql】 【zabbix】 【配置】 【centos】 【index】 …[获取更多] Nov 26 2017 一、grant 普通数据用户,查询、插入、更新、删除 数据库中所有表数据的权利。 grant select on testdb.* to common_user@'%' grant insert on testdb.* to common_user@'%' grant update on t Posted by mysql-云栖社区 on Sun 26 Nov 2017 03:09 UTC Tags: update, index, grant, view, MySQL, 数据库, 索引, create, 存储过程, 函数 grant 创建、修改、删除 MySQL 数据表结构权限。 grant create on testdb.* to developer@'192.168.0.%'; grant alter on testdb.* to developer@'192.168.0.%'; grant drop on testdb.* to developer@'192.168.0.%'; MySQLgrant 操作 MySQL 外键权限。 【mysql】 【函数】 【数据库】 【索引】 【grant】 【index】 …[获取更多] Nov 24 2017 "log_bin.index not found" 启动报错解决 Posted by mysql-云栖社区 on Fri 24 Nov 2017 12:33 UTC Tags: index, MySQL my.cnf 中设置了: log-bin=log_bin log-bin-index=log_bin.index 但是启动后,总是报告如下错误: mysqld: File './log_bin.index' not found (Errcode: 13) 070428 14:35:59 [ERROR] Aborting 070428 14:35:59 [Note] mysqld: Shutdown complete 自己 touch 一个文件出来,不行。 【mysql】 【index】 点击查看原文> Nov 24 2017 [MySQL 5.1 体验]MySQL 分区 Posted by mysql-云栖社区 on Fri 24 Nov 2017 12:25 UTC Tags: index, hash, email, list, varchar, MySQL, 索引, create, 架构, 函数, 磁盘, 表达式 一、概述 相信有很多人经常会问同样的一个问题:当 MySQL 的总记录数超过了100万后,会出现性能的大幅度下降吗?答案是肯定的,但是性能下降>的比率不一而同,要看系统的架构、应用程序、还有>包括索引、服务器硬件等多种因素而定。 【架构】 【mysql】 【函数】 【HASH】 【索引】 【表达式】 …[获取更多] Nov 24 2017 zabbix(一)zabbix环境的搭建 Posted by mysql-云栖社区 on Fri 24 Nov 2017 09:14 UTC Tags: PHP, vim, index, zabbix, agent, MySQL, 数据库, 配置, htdocs 首先我已经配置好了,LAMP环境,或者可以使用下面的命令: 1 [root@localhost ~]#yum install make mysql-server httpd php mysql-devel gcc net-snmp-devel curl-devel perl-... 【php】 【mysql】 【zabbix】 【数据库】 【配置】 【agent】 【htdocs】 …[获取更多] 表示 进入内容 191 去 200 的 785 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (57) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums