摘要:
$ groupadd git $ adduser git -g git设置权限 $ cd /home/git/ $ mkdir .ssh $ chmod 700 .ssh $ touch .ssh/authorized_keys $ chmod 600 .ssh/authorized_keys $ 阅读全文
posted @ 2017-07-11 16:38
梦de河流
阅读(201)
评论(0)
推荐(0)
|
摘要:
$ groupadd git $ adduser git -g git设置权限 $ cd /home/git/ $ mkdir .ssh $ chmod 700 .ssh $ touch .ssh/authorized_keys $ chmod 600 .ssh/authorized_keys $ 阅读全文
posted @ 2017-07-11 16:38
梦de河流
阅读(201)
评论(0)
推荐(0)
摘要:
[root@localhost ~]# yum install -y mysql-server mysql mysql-devel [root@localhost ~]# service mysqld start mysql> grant all privileges on *.* to 'root 阅读全文
posted @ 2017-07-08 19:38
梦de河流
阅读(208)
评论(0)
推荐(0)
|