mysql主从同步 12 年 ago jony mysql主从同步已关闭评论 作为主从服务器的MySQL版本建议使用同一版本! 或者必须保证主服务器的MySQL版本要高于从服务器的MySQ Read More
MySQL数据库远程连接开启方法 12 年 ago jony MySQL数据库远程连接开启方法已关闭评论 #MySQL -h localhost -u root 这样应该可以进入MySQL服务器 复制代码代码如下 Read More
nginx php Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser. 12 年 ago jony nginx php Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.已关闭评论 环境: centos 6.5 php 5.4 nginx 1.6 phpmyadmin 5.5.3 Read More
新装设置MYSQL密码的几种方法 12 年 ago jony 新装设置MYSQL密码的几种方法已关闭评论 设置MYSQL密码: 大多情况下用第二种方法可以解决 方法一:mysql SET PASSWORD FOR ' Read More
innodb MySQL写入优化 12 年 ago jony innodb MySQL写入优化已关闭评论 innodb_buffer_pool_size 如果用Innodb,那么这是一个重要变量。相对于MyISAM来 Read More
linux下忘记mysql root密码解决办法 12 年 ago jony linux下忘记mysql root密码解决办法已关闭评论 linux下忘记mysql root密码解决办法 引言:在linux系统中,如果忘记了MySQL的root密码 Read More
单机MySQL数据库的优化 12 年 ago jony 单机MySQL数据库的优化已关闭评论 对 MySQL自身的优化主要是对其配置文件my.cnf中的各项参数进行优化调整。下面我们介绍一些对性能影响较大 Read More
监控mysql运行状态,停止则重启 12 年 ago jony 监控mysql运行状态,停止则重启已关闭评论 #!/bin/sh # PORT=`netstat -na|grep "LISTEN"|grep "3306" Read More
Mysql主从架构的复制 原理及配置详解 13 年 ago jony Mysql主从架构的复制 原理及配置详解已关闭评论 1 复制概述 Mysql内建的复制功能是构建大型,高性能应用程序的基础。将Mysql的数据分布到多个系统上去, Read More
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using passwor 13 年 ago jony ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using passwor已关闭评论 #mysql -u root -p 输入正确密码后,提示: ERROR 1045 (28000): Acces Read More