Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
k8s
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 1e9ddaf6
authored
Sep 14, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix格式错误
1 parent
798eed02
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
script/seetaas/3-set-mysql.sh
script/seetaas/3-set-mysql.sh
View file @
1e9ddaf
...
@@ -9,7 +9,7 @@ mysql_host=127.0.0.1 #为了兼容容器化部署mysql
...
@@ -9,7 +9,7 @@ mysql_host=127.0.0.1 #为了兼容容器化部署mysql
echo
"mysql用户授权远程机器登陆"
echo
"mysql用户授权远程机器登陆"
mysql -u
$mysql_user
-p
$mysql_password
-h
$mysql_host
-e
"use mysql;"
mysql -u
$mysql_user
-p
$mysql_password
-h
$mysql_host
-e
"use mysql;"
mysql -u
$mysql_user
-p
$mysql_password
-h
$mysql_host
-e
"GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' identified by 'seetatech';"
mysql -u
$mysql_user
-p
$mysql_password
-h
$mysql_host
-e
"GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' identified by 'seetatech';"
mysql -u
$mysql_user
-p
$mysql_password
-
h
$mysql_host
-e
"flush privileges;"
mysql -u
$mysql_user
-p
$mysql_password
-
h
$mysql_host
-e
"flush privileges;"
service mysql restart
service mysql restart
echo
"创建数据库autodl-core"
echo
"创建数据库autodl-core"
mysql -u
$mysql_user
-p
$mysql_password
-h
$mysql_host
-e
'CREATE SCHEMA `autodl-core`;'
#数据库名字带-需要通过``符号转义
mysql -u
$mysql_user
-p
$mysql_password
-h
$mysql_host
-e
'CREATE SCHEMA `autodl-core`;'
#数据库名字带-需要通过``符号转义
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment