Skip to content

Commit

Permalink
Update sample_data.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bull2023x authored May 6, 2021
1 parent 974d9ac commit 0ecca57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql_sample_data/sample_data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ Query OK, 0 rows affected (0.14 sec)

mysql> grant all on *.* to testuser@localhost with grant option; # Mysql v8.0, "Grant" allowed at 2nd step.
Query OK, 0 rows affected (0.19 sec)

======================================
Ubuntu > sudo service mysqld restart # Don't forget the restarting mysql !

0 comments on commit 0ecca57

Please sign in to comment.