表示 进入内容 641 去 650 的 1002 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: test (reset) Nov 08 2017 个人总结-mysql错误 Posted by mysql-云栖社区 on Wed 08 Nov 2017 06:53 UTC Tags: test, MySQL, 数据同步 错误问题1: 解决: mysql> grant execute on procedure state.proc_order_seller to 'kfdata'@'localhost'; Query OK, 0 rows affected (0. 【mysql】 【数据同步】 【test】 点击查看原文> Nov 08 2017 关于strace Posted by mysql-云栖社区 on Wed 08 Nov 2017 05:58 UTC Tags: PHP, open, cache, Nginx, file, test, MySQL, 配置 简单说,strace是可以跟踪一个程序在做什么的命令。 一 它可以监控某个要执行的命令,比如平时最常见的ls命令: [root@localhost a]# strace ls execve("/bin/ls", ["ls"], [/* 26 vars */]) = 0 brk(0) ... 【nginx】 【php】 【mysql】 【配置】 【Cache】 【open】 【test】 …[获取更多] Nov 08 2017 spring+atomikos+mybatis 多数据源事务(动态切换) Posted by mysql-云栖社区 on Wed 08 Nov 2017 05:52 UTC Tags: jdbc, spring, schema, Class, test, string, mybatis, MySQL, 配置, bean 注:自动切换,是为不同的数据源,却要对应相同的dao层;1.与无事务版的一样,创建DynamicDataSource类,继承AbstractRoutingDataSourcepackage com.test. 【mysql】 【spring】 【配置】 【string】 【JDBC】 【class】 【test】 【schema】 …[获取更多] Nov 08 2017 mysql用户管理、常用sql语句、mysql数据库备份恢复 Posted by mysql-云栖社区 on Wed 08 Nov 2017 05:23 UTC Tags: sql, update, grant, test, by, MySQL, 数据库 mysql用户管理 1、新增用户user1,并设置密码为123456 mysql> grant all on *.* to 'user1'@'127.0.0.1' identified by '123456'; #创建user1用户并授予其所有权限“*. 【mysql】 【SQL】 【数据库】 【BY】 【test】 【grant】 【update】 点击查看原文> Nov 08 2017 mysql 5.7.19 二进制最新安装 Posted by mysql-云栖社区 on Wed 08 Nov 2017 04:42 UTC Tags: Other, database, log, test, MySQL, 数据库, 配置 ############################## 2017-08-08 笔记 一、优化部分 1.操作系统参数调优 2.数据库参数调优 3.防火墙设置等 ############################# 二、安装部分 1. 【mysql】 【LOG】 【数据库】 【配置】 【test】 【database】 【Other】 …[获取更多] Nov 08 2017 MySQL大表删除导致服务器变慢的分析 Posted by mysql-云栖社区 on Wed 08 Nov 2017 03:57 UTC Tags: test, MySQL, 数据库, 服务器, 磁盘 ---注意,在生产环境中MySQL删除表的时候 如果表过大,几十G 甚至上百G ,删除的时候要小心,要不然会导致MySQLhang住,从而影响业务; 1、MySQL在删除表的时候,一共分为2步: ①:buffer pool页面清除的过程 在删除表的时候,innodb会将文件在buffer... 【服务器】 【mysql】 【数据库】 【test】 【磁盘】 点击查看原文> Nov 08 2017 mysql自带计划任务创建语法 Posted by mysql-云栖社区 on Wed 08 Nov 2017 03:54 UTC Tags: Blog, test, MySQL, CTO, create SET GLOBAL event_scheduler = 1;delimiter //drop event if exists test //CREATE EVENT testON SCHEDULEEVERY 5 SECONDstarts '2017-12-08 00:00:00'DOBEGINi... 【mysql】 【test】 【Create】 【cto】 【Blog】 点击查看原文> Nov 08 2017 MySQL数据库授权的两种方式 Posted by mysql-云栖社区 on Wed 08 Nov 2017 00:43 UTC Tags: grant, test, by, MySQL, 数据库, create, 主机 MySQL数据库授权的两种方式 方法一:通过grant命令创建用户并授权 grant命令简单语法如下: grant all privileges on dbname.* to username@localhost identified by 'passwd'; 列表说明如下: 说明:上述命令是授权localhost主机上通过用户username管理dbname数据库的所有权限,密码是passwd。 【mysql】 【数据库】 【主机】 【BY】 【test】 …[获取更多] Nov 07 2017 MySQL Replication数据不一致 Posted by mysql-云栖社区 on Tue 07 Nov 2017 21:16 UTC Tags: Replication, test, MySQL, 数据库, 同步, 主机 mha文章:http://467754239.blog.51cto.com/4878013/1695175 关于如何验证主从数据的不一致 pt-table-checksum,它可以检测master和slave上表结构和数据是否一致 如何解决主从数据不一致 pt-table-sync,它可以修复主从数据不一致 这两款工具都是由Percona公司提供的,Percona在MySQL的日常管理提供了很多类似的工具。 【mysql】 【数据库】 【主机】 【同步】 【test】 …[获取更多] Nov 07 2017 liferay_开发文档(安装篇) Posted by mysql-云栖社区 on Tue 07 Nov 2017 19:52 UTC Tags: database, jdbc, tomcat, test, MySQL, 数据库, 配置, 浏览器 一、Liferay的安装与使用 目前liferay的最新版本是liferay portal 7.0.5,下载地址:http://sourceforge.net/projects/lportal/ ;这里下载的是liferay与tomcat6绑定的版本,而且自带jdk1.6,下载完后需要做以下几个步骤便可轻松跑起来liferay了。 【mysql】 【数据库】 【配置】 【tomcat】 【浏览器】 【JDBC】 …[获取更多] 表示 进入内容 641 去 650 的 1002 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (37) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums