表示 进入内容 341 去 350 的 1393 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: create (reset) Nov 26 2017 linux下安装配置cacti监控 Posted by mysql-云栖社区 on Sun 26 Nov 2017 11:42 UTC Tags: PHP, Linux, yum, MySQL, create, 配置, 监控 Cacti是一套基于PHP,MySQL,SNMP及RRDTool开发的网络流量监测图形分析工具。 环境搭建: cacti服务端:192.168.20.20 cacti客户机:192.168.20.30 cacti安装配置的步骤如下: 1. 【linux】 【php】 【监控】 【mysql】 【yum】 【配置】 【Create】 …[获取更多] Nov 26 2017 MySQL参数sql_safe_updates在生产环境的使用 Posted by mysql-云栖社区 on Sun 26 Nov 2017 10:57 UTC Tags: update, index, test, MySQL, 索引, create, 数据存储与数据库 在应用 BUG或者 DBA误操作的情况下,会发生对全表进行更新:update delete 的情况。MySQL提供 sql_safe_updates 来限制次操作。 set sql_safe_updates = 1; 设置之后,会限制update delete 中不带 where 条件的SQL 执行,较严格。 【数据存储与数据库】 【mysql】 【索引】 【test】 【index】 【Create】 …[获取更多] Nov 26 2017 CentOS 6.3 安装Mysql与SQLyog连接 Posted by mysql-云栖社区 on Sun 26 Nov 2017 06:59 UTC Tags: centos, SQLyog, service, MySQL, 数据库, create, 配置, 服务器, 系统环境 系统环境:CentOS 6.3 服务器 Windows 7客户端 IP地址分别为:10.1.4.44服务器、10.1.4.180客户端 1、检查是否是安装MySQL? [root@Web_Mysql ~]# rpm -qa |grep mysql 2、使用... 【服务器】 【mysql】 【数据库】 【配置】 【系统环境】 【centos】 …[获取更多] Nov 26 2017 mysql基本操作讲解 Posted by mysql-云栖社区 on Sun 26 Nov 2017 06:57 UTC Tags: sql, database, db, variables, socket, MySQL, 数据库, create, 字符集, 存储 1、登录mysql的几种方式: #mysql -uroot -p123456 使用socket连接登录; 查看socket文件位置 ps -aux | grep mysqld 1 2 3 [root@localhost ~]# ps aux |grep mysqld root 941 0. 【mysql】 【SQL】 【数据库】 【DB】 【字符集】 【Create】 …[获取更多] Nov 26 2017 python 学习 第六篇 mysql Posted by mysql-云栖社区 on Sun 26 Nov 2017 06:53 UTC Tags: db, Python, mobile, email, varchar, MySQL, create 安装mysql拓展 1 2 yum install python-devel pip install MySQL-python 2.在mysql中创建库 1 create database reboot10 default character set utf8; 3. 【python】 【mysql】 【DB】 【Create】 【varchar】 【Mobile】 【email】 …[获取更多] Nov 26 2017 mysql单用户赋予多库权限 Posted by mysql-云栖社区 on Sun 26 Nov 2017 06:16 UTC Tags: Blog, database, grant, MySQL, CTO, create 思路:一.创建一个用户,设置帐号密码 二.分别赋予该用户多个库的权限. 1 2 3 4 5 6 mysql> use mysql; Database changed mysql> create user 'developer'@'192. 【mysql】 【grant】 【Create】 【database】 【cto】 【Blog】 点击查看原文> …[获取更多] Nov 26 2017 一、grant 普通数据用户,查询、插入、更新、删除 数据库中所有表数据的权利。 grant select on testdb.* to common_user@'%' grant insert on testdb.* to common_user@'%' grant update on t Posted by mysql-云栖社区 on Sun 26 Nov 2017 03:09 UTC Tags: update, index, grant, view, MySQL, 数据库, 索引, create, 存储过程, 函数 grant 创建、修改、删除 MySQL 数据表结构权限。 grant create on testdb.* to developer@'192.168.0.%'; grant alter on testdb.* to developer@'192.168.0.%'; grant drop on testdb.* to developer@'192.168.0.%'; MySQLgrant 操作 MySQL 外键权限。 【mysql】 【函数】 【数据库】 【索引】 【grant】 【index】 …[获取更多] Nov 26 2017 Hive安装使用心得 Posted by mysql-云栖社区 on Sun 26 Nov 2017 02:55 UTC Tags: database, hadoop, string, Hive, MySQL, 数据库, create, 配置, 数据类型 来源:http://www.cnblogs.com/liuyifeng/p/4721189.html 一、Hive的安装 1.1Hive的安装过程 下载hive源文件(apache-hive-0.14. 【mysql】 【hadoop】 【数据库】 【配置】 【string】 【Hive】 【Create】 【database】 …[获取更多] Nov 26 2017 mysql 字符集设置查看 Posted by mysql-云栖社区 on Sun 26 Nov 2017 01:49 UTC Tags: database, variables, MySQL, 数据库, create, 字符集, 服务器 mysql 字符集设置查看 1.列出MYSQL支持的所有字符集: 1 SHOW CHARACTER SET; 2.当前MYSQL服务器字符集设置 1 SHOW VARIABLES LIKE 'character_set_%'; 3. 【服务器】 【mysql】 【数据库】 【字符集】 【Create】 【variables】 …[获取更多] Nov 25 2017 mac OSX 上 brew install hive Posted by mysql-云栖社区 on Sat 25 Nov 2017 09:21 UTC Tags: Java, xml, Mac, hadoop, Hive, MySQL, brew, create, 配置, 解决方案, logger 本文介绍brew install hive并修改默认的metastore存储方案,改Derby数据库为mysql的方法以及可能遇到的问题的解决方案。 1. 通过homebrew安装hive 1 brew install hive 2. 【java】 【mac】 【mysql】 【hadoop】 【配置】 【logger】 【解决方案】 …[获取更多] 表示 进入内容 341 去 350 的 1393 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (45) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums