Skip to content

Commit

Permalink
Fixed line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaang committed Jan 21, 2019
1 parent f1669d3 commit 568cc40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wdpk/phpMyAdmin/admin.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CREATE USER admin@'localhost' IDENTIFIED BY 'admin';
GRANT ALL ON *.* TO admin@'localhost' IDENTIFIED BY 'admin' WITH GRANT OPTION;
FLUSH PRIVILEGES;
CREATE USER admin@'localhost' IDENTIFIED BY 'admin';
GRANT ALL ON *.* TO admin@'localhost' IDENTIFIED BY 'admin' WITH GRANT OPTION;
FLUSH PRIVILEGES;

0 comments on commit 568cc40

Please sign in to comment.