Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1660700
  • 博文数量: 391
  • 博客积分: 8464
  • 博客等级: 中将
  • 技术积分: 4589
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-13 15:12
个人简介

狮子的雄心,骆驼的耐力,孩子的执著!

文章分类

全部博文(391)

文章存档

2023年(4)

2018年(9)

2017年(13)

2016年(18)

2014年(7)

2013年(29)

2012年(61)

2011年(49)

2010年(84)

2009年(95)

2008年(22)

发布时间:2012-07-11 11:44:15

......【阅读全文】

阅读(970) | 评论(0) | 转发(0)

发布时间:2012-07-06 14:37:20

......【阅读全文】

阅读(10255) | 评论(0) | 转发(0)

发布时间:2012-06-20 22:56:29

一、主机环境 主机: master操作系统:rhel6.0IP:172.16.0.100 MySQL版本:5.1.47 从机: slave操作系统:rhel6.0IP:172.16.0.200 MySQL版本:5.1.47二、创建数据库 分别登录master机和slave机的mysql:mysql –u root –p 创建数据库:create database repl; 三、master机和slave机的相关配置 1、修改mas.........【阅读全文】

阅读(2570) | 评论(3) | 转发(2)

发布时间:2012-06-13 15:27:27

mysql>grant ALL PRIVILEGES on *.* to user1@% identified by "password";mysql>grant ALL PRIVILEGES on *.* to "root"@"localhost" identified by "password";mysql>show grants for user1;mysql>drop user 'user1'@'%';mysql>revoke ALL PRIVILEGES from 'user1'@'%' identified by "password";flush privileges.........【阅读全文】

阅读(6501) | 评论(0) | 转发(0)

发布时间:2012-05-28 12:57:29

......【阅读全文】

阅读(1271) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册