表示 进入内容 8118201741
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: server (reset)
全量备份之分库备份(shell)

mkdir /server/script cd /server/script vi mysql_backup_db.sh #!/bin/sh mysql_backup_dir=/data/mysql_backup/$(date +%F) [ ! -d ${mysql_backup_dir} ] &...

【mysql】  【gzip】  【SQL】  【shell】  【Server】  【cto】  【Blog】  【sed】   …

[获取更多]
yum 安装nginx-php-mysql二进制

参考:http://nginx.org/en/linux_packages.html #1 配置repo源 $ cat /etc/yum.repos.d/nginx.repo [nginx] name=nginx repo baseurl=http://nginx.

【nginx】  【php】  【mysql】  【LOG】  【yum】  【配置】  【rpm】  【Server】   …

[获取更多]
安装cacti

在Ubuntu 8.04终端使用命令测试: ssh localhost 如果出现以下错误,则很可能是因为还没有安装ssh-server: ssh: connect to host localhost port 22: Connection refused 安装SSH-server: sudo ap...

【php】  【服务器】  【mysql】  【ubuntu】  【数据库】  【SSH】  【Server】   …

[获取更多]
MySQL的root密码忘记后重置方法

如果忘记了MySQL的root密码怎么办? 我们默认的情况下是没有给MySQL设置密码的,如下 默认的登录MySQL [root@LAMPLINUX ~]# mysql -uroot Welcome to the MySQL monitor.

【mysql】  【LOG】  【Server】  【database】  【type】  【input】   点击查看原文>

Communications link failure的解决办法

使用Connector/J连接MySQL数据库,程序运行较长时间后就会报以下错误: Communications link failure,The last packet successfully received from the server was *** millisecond ago.The last packet successfully sent to the server was ***  millisecond ago。

【mysql】  【Server】  【last】   点击查看原文>

Mysql Communications link failure 问题的解决

问题现象   com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago.

【mysql】  【Server】  【string】  【database】  【file】   点击查看原文>

Linux redmine 安装部署

linux redmine 安装部署

1、安装mysql

1 2 3

yum install mysql-server

yum install mysql

yum install mysql-devel

1 2

service mysqld sta...

【linux】  【mysql】  【数据库】  【yum】  【配置】  【Server】  【ruby】   …

[获取更多]
二进制安装 MySQL 格式待整理

[root@1inux ~]# fdisk /dev/sdaWARNING: DOS-compatible mode is deprecated. It's strongly recommended to         switch off the mode (command 'c') and ...

【mysql】  【path】  【配置】  【Server】  【Mariadb】   点击查看原文>

CentOS 6.6 环境下 编译安装LNMP

环境:       OS:     CentOS 6.6      IP: 172.16.66.100     Nginx:  nginx-1.6.2     PHP:     php-5.4.40     Xcache: xcache-3.

【nginx】  【php】  【mysql】  【yum】  【配置】  【request】  【centos】   …

[获取更多]
mysql忘记登陆密码

mysql(mariadb)忘记登陆密码,提示如下

1 2 3

[root@localhost ~]# mysql -uroot -p

Enter password: 

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

2.

【mysql】  【Oracle】  【Server】  【Mariadb】  【type】  【input】   …

[获取更多]
表示 进入内容 8118201741
« 先前的 10 新的记录 | 下一步 10 较早的记录 »