表示 进入内容 401 去 410 的 518 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: file (reset) Nov 01 2017 mysql备份与恢复策略 Posted by mysql-云栖社区 on Wed 01 Nov 2017 14:40 UTC Tags: innodb, log, dump, server, file, MySQL 引用官方文档:(所有的文档只有官方最权威) 7.3.1. Establishing a Backup Policy To be useful, backups must be scheduled regularly. 【mysql】 【innodb】 【LOG】 【Server】 【file】 【dump】 点击查看原文> Nov 01 2017 Centos7.0以上安装nginx+php7.0+mysql5.7+redis3作为开发php环境 Posted by mysql-云栖社区 on Wed 01 Nov 2017 07:35 UTC Tags: PHP, rpm, index, Nginx, log, yum, file, redis, MySQL, 配置, 脚本 CentOS 7 biuld 1611最小化安装@VMware Redis 3.2.8 安装步骤: #安装gcc yum -y install gcc #下载redis curl -O http://download. 【nginx】 【php】 【redis】 【mysql】 【LOG】 【yum】 【配置】 【rpm】 …[获取更多] Nov 01 2017 mysql启动时报错:Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.pid) 的解决方法 Posted by mysql-云栖社区 on Wed 01 Nov 2017 03:42 UTC Tags: innodb, plugin, log, server, file, MySQL, 日志, 配置 出现问题的可能性 1、可能是/opt/mysql/data/数据目录mysql用户没有权限(修改数据目录的权限) 解决方法 :给予权限,执行 "chown -R mysql.mysql /opt/mysql/data" 然后重新启动mysqld 2、可能进程里已经存在mysql进程 解决方法:用命令“ps -ef|grep mysqld”查看是否有mysqld进程,如果有使用“kill -9 进程号”杀死,然后重新启动mysqld! 3、可能是第二次在机器上安装mysql,有残余数据影响了服务的启动。 【mysql】 【innodb】 【日志】 【LOG】 …[获取更多] Nov 01 2017 tomcat 8 通过jndi配置数据源 Posted by mysql-云栖社区 on Wed 01 Nov 2017 02:54 UTC Tags: Java, sql, Apache, xml, sun, J2EE, jdbc, session, tomcat, file, MySQL, create, 配置, prefix 1、测试页面/usr/locat/tomcat/webapp/dbtest/test.jsp 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 【java】 【mysql】 【SQL】 【Apache】 【配置】 【tomcat】 【JDBC】 【xml】 …[获取更多] Oct 31 2017 SQL state [HY000]; error code [3]; 问题分析 Posted by mysql-云栖社区 on Tue 31 Oct 2017 18:36 UTC Tags: Java, code, sql, DBA, jdbc, file, MySQL, Exception, 数据库 工作流表单采用了freemarker技术将表单与后台数据库绑定,每次修改表单定义将会对该表单对应的数据库执行alter操作。今天测试系统在执行保存表单定义操作时,报如下错误: HTTP Status 500 - StatementCallback; uncategorized SQLExcep... 【java】 【mysql】 【SQL】 【数据库】 【code】 【exception】 …[获取更多] Oct 31 2017 Linux软件安装-详细源码安装过程 Posted by mysql-云栖社区 on Tue 31 Oct 2017 12:35 UTC Tags: Linux, rpm, Nginx, yum, PATH, file, MySQL, 配置, 源码, 脚本 1.简介 软件的安装是linux学习时的重中之重,*nux上重要思维哲 学组合若干小功能进而成为一个可用可维护的系统平台.那么在 操作系统构建完成之时,除非内核等支持系统必需软件之外,可 拓展可维护的任务都是要交与管理员完成,这里面包括了基本的 软件安装. 【nginx】 【linux】 【mysql】 【源码】 【path】 【yum】 …[获取更多] Oct 31 2017 linux定时备份mysql并同步到其它服务器 Posted by mysql-云栖社区 on Tue 31 Oct 2017 03:21 UTC Tags: Linux, database, log, file, inotify, MySQL, 数据库, 同步, 配置, 服务器, 监控, 数据同步, 脚本 数据在任何一家公司里面都是最核心的资产,定期备份则是为了保证数据库出现问题的时候能够及时回滚到最近的备份点,将损失缩小到最小 这篇文章将会两部分来说明:1、mysql的定期备份;2、同步到其它服务器 mysql 备份 备份还原某个数据库 备份还原 # 导出数据库 /usr/b... 【linux】 【监控】 【服务器】 【mysql】 【LOG】 【数据库】 …[获取更多] Oct 30 2017 mysql主从同步监控小脚本 Posted by mysql-云栖社区 on Mon 30 Oct 2017 22:14 UTC Tags: Blog, Nagios, file, MySQL, 同步, 监控, 脚本 mysql主从同步监控小脚本 可以将其结合nagios监控,用来做监控报警: #!/bin/sh #file is slave_repl.sh #Author by Kevin #date is 2011-11-13 declare -a slave_stat slave_stat=(... 【监控】 【mysql】 【Nagios】 【同步】 【脚本】 【file】 【Blog】 …[获取更多] Oct 30 2017 MYSQL Starting MySQL. ERROR! Manager of pid-file quit without updating file Posted by mysql-云栖社区 on Mon 30 Oct 2017 16:27 UTC Tags: server, file, MySQL, 配置, 源码, 主机 源码编译过程一路顺利,但在启动时提示错误: Starting MySQL. ERROR! Manager of pid-file quit without updating file. 解决方法: 1. 【mysql】 【源码】 【配置】 【主机】 【Server】 【file】 点击查看原文> Oct 30 2017 四、shell编程练习题(1-20) Posted by mysql-云栖社区 on Mon 30 Oct 2017 06:18 UTC Tags: bash, shell, file, add, test, MySQL, CTO, 编程, 脚本 1、写一个脚本 脚本可以接受一个以上的文件路径作为参数; 显示每个文件所拥的行数; 显示本次共对多少个文件执行了行数统计。 #!/bin/bash for file in $*; do lines=`wc -l $file | cut -d' ' -f1` echo "$file has $lines lines. 【mysql】 【shell】 【ADD】 【脚本】 【编程】 …[获取更多] 表示 进入内容 401 去 410 的 518 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (37) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums