Commit 75f46f19 authored by wojiushixiaobai's avatar wojiushixiaobai

更新文档

parent f2323ceb
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
# 创建数据库及授权,192.168.100.11 是 jumpserver 服务器的 ip # 创建数据库及授权,192.168.100.11 是 jumpserver 服务器的 ip
$ mysql -uroot $ mysql -uroot
> create database jumpserver default charset 'utf8 > create database jumpserver default charset 'utf8';
> grant all on jumpserver.* to 'jumpserver'@'192.168.100.11' identified by 'somepassword'; > grant all on jumpserver.* to 'jumpserver'@'192.168.100.11' identified by 'somepassword';
> flush privileges; > flush privileges;
> quit > quit
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment