Skip to content

Commit

Permalink
fix mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsiryk committed Dec 30, 2016
1 parent 7c66997 commit 891d251
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mysql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ New ROOT password (tested on - mysql Ver 14.14 Distrib 5.5.52, for linux2.6 (x8
mysqladmin -p -u root password


UPDATE <table> SET <key>='<value>' WHERE <key>='<value>';
::

UPDATE <table> SET <key>='<value>' WHERE <key>='<value>';


Clear mysql command history::

Expand Down

0 comments on commit 891d251

Please sign in to comment.