Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
c067761d
Commit
c067761d
authored
Jul 29, 2019
by
mkontani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix mysql sample query
parent
0aee5be6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage.md
Documentation/storage.md
+2
-2
No files found.
Documentation/storage.md
View file @
c067761d
...
...
@@ -307,8 +307,8 @@ Dex requires MySQL 5.7 or later version. When using MySQL, admins may want to de
```
CREATE DATABASE dex_db;
CREATE USER dex
WITH PASSWORD
'66964843358242dbaaa7778d8477c288';
GRANT ALL PRIVILEGES ON
DATABASE dex_db
TO dex;
CREATE USER dex
IDENTIFIED BY
'66964843358242dbaaa7778d8477c288';
GRANT ALL PRIVILEGES ON
dex_db.
*
TO dex;
```
An example config for MySQL setup using these values:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment