表示 进入内容 6116201407
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: Linux (reset)
grafana面板改为存到mysql

grafana面板改为存到mysql:

# mysql -u root -p'xxxxxx' > create database grafana; > grant all on grafana.

【linux】  【mysql】  【grant】  【Create】  【session】  【database】  【file】  【type】   …

[获取更多]
/etc/init.d/mysqld:line 260:my_print_defaults:command not found

  /etc/init.d/mysqld:line 260:my_print_defaults:command not found 或 mysql manager or server PID file could not be found!

解决办法: # vi /etc/my.

【linux】  【mysql】  【Server】  【file】  【cto】  【Blog】   点击查看原文>

mysql内存过高解决办法

mysql内存过高解决办法: vi /etc/my.cnf performance_schema_max_table_instances=600 (默认为12500) table_definition_cache=400 (默认为1400) table_open_cache=256 (默认为200...

【linux】  【mysql】  【variables】  【cto】  【Blog】  【service】   点击查看原文>

CentOS6.x编译安装LNMP(Linux+Nginx+Mysql+PHP)

一、准备依赖包及扩展组件

1

yum install -y gcc gcc-c++ make curl-devel kernel-headers glibc glibc-headers zlib zlib-devel openssl openssl-devel pcre-de...

【nginx】  【linux】  【php】  【mysql】  【配置】  【测试】  【html】   …

[获取更多]
linux云自动化运维基础知识25(mariadb数据库)

1.搭建yum仓库,安装maridb数据库,并进行简单配置。

yum search mysql  ###查找数据库安装包 yum install mariadb-server -y  ###安装数据库 systemctl start mariadb   ##启动数据库 systemctl ena...

【linux】  【mysql】  【数据库】  【配置】  【Mariadb】  【class】  【Create】   …

[获取更多]
Linux(Ubuntu) 安装mysql,windows使用Navicat 连接

 原文地址:http://blog.csdn.net/yesy10/article/details/17761117

第一步  安装MySQL:         sudo apt-get install mysql-server         sudo apt-get install mysql-client 一旦安装完成,MySQL 服务器应该自动启动。

【linux】  【服务器】  【mysql】  【ubuntu】  【防火墙】  【windows】   …

[获取更多]
#2002-the server is not responding(or the local mysql server's socket is not correctly

#2002-the server is not responding(or the local mysql server's socket is not correctly configured)

解决办法: 一种可能是 mysql 的配置文件启用了 bind-address = 127.

【linux】  【php】  【mysql】  【配置】  【Server】  【Socket】   点击查看原文>

Linux中更改转移mysql数据库目录的步骤

前几天发现由于MySQL的数据库太大,默认安装的/var盘已经再也无法容纳新增加的数据,只能想办法转移数据的目录。网上有很多相关的文章写到转移数据库目录的文章,但转载的过程中还会有一些错误,因为大部分人根本就没测试过,这篇文章是本文测试过整理好后分享给大家。

【linux】  【安全】  【mysql】  【数据库】  【测试】  【service】   …

[获取更多]
Linux下mysql新建账号及权限设置

http://www.cnblogs.com/eczhou/archive/2012/07/12/2588187.html 1、权限赋予 说明:mysql部署在服务器A上,内网上主机B通过客户端工具连接服务器A以进行数据库操作,需要服务器A赋予主机B操作mysql的权限 1.

【linux】  【服务器】  【mysql】  【数据库】  【主机】  【BY】  【grant】   …

[获取更多]
Linux 系统安全规范

                    Linux 系统安全规范                           2006-xx-18 V1.2   基本原则: a. 及时更新所有的服务,以防止最新的威胁                    b.

【linux】  【安全】  【监控】  【服务器】   …

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