Chinaunix首页 | 论坛 | 博客
  • 博客访问: 23222
  • 博文数量: 2
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 20
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-28 09:14
文章分类

全部博文(2)

文章存档

2015年(1)

2014年(1)

我的朋友
最近访客

分类: Mysql/postgreSQL

2014-12-01 22:41:43

1.setup
mysql's client:    
        1.yum install mysql
mysql's server:   
        1.
yum install mysql-server
        2.yum install mysql-devel
2.configure
        1.edit character set--->/etc/my.cnf        default-character-set=utf8
        2.start service--->service mysqld start / /etc/init.d/mysqld start
        3.set boot start--->chkconfig mysqld on
        4.boot start confirm--->chkconfig --list | grep mysql         =     mysqld         0:off 1:off 2:on 3:on 4:on 5:on 6:off
        5.create root--->/usr/bin/mysqladmin -u root password 'fnst1234'
        6.GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'fnst1234' WITH GRANT OPTION;
3.delete
        yum -y remove mysql*
others
        database dir---> /var/lib/mysql/
        configure dir--->  /usr/share /mysql
        command dir---> /usr/bin
        boot dir--->/etc/rc.d/init.d/


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

上一篇:没有了

下一篇:centos config

给主人留下些什么吧!~~