User Tools

Site Tools


mysql:general

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mysql:general [17/02/2025 17:42] – [Rename Column] andrewmysql:general [18/03/2026 15:19] (current) – [Running Processes] andrew
Line 83: Line 83:
 | Id    | User        | Host                | db          | Command | Time | State                | Info                 | Rows_sent | Rows_examined | Rows_read | | Id    | User        | Host                | db          | Command | Time | State                | Info                 | Rows_sent | Rows_examined | Rows_read |
 +-------+-------------+---------------------+-------------+---------+------+----------------------+----------------------+-----------+---------------+-----------+ +-------+-------------+---------------------+-------------+---------+------+----------------------+----------------------+-----------+---------------+-----------+
-|  7581 | fp6         | 10.100.220.29:58303 | exp6     | Sleep      4 |                      | NULL                         1 |             1 |         1 |+|  7581 | fp6         | 10.100.220.29:58303 | exp6        | Sleep      4 |                      | NULL                         1 |             1 |         1 |
 |  7582 | fp6         | 10.100.220.29:58305 | fp6         | Sleep      4 |                      | NULL                         0 |             0 |         0 | |  7582 | fp6         | 10.100.220.29:58305 | fp6         | Sleep      4 |                      | NULL                         0 |             0 |         0 |
-|  7638 | fp6         | 10.100.220.29:58771 | exp6     | Sleep      1 |                      | NULL                         1 |             1 |         1 |+|  7638 | fp6         | 10.100.220.29:58771 | exp6        | Sleep      1 |                      | NULL                         1 |             1 |         1 |
 </code> </code>
  
Line 382: Line 382:
 <code mysql> <code mysql>
 mysql> UPDATE mysql.user SET Password=PASSWORD('new-password-here') WHERE USER='user-name-here' AND Host='host-name-here'; mysql> UPDATE mysql.user SET Password=PASSWORD('new-password-here') WHERE USER='user-name-here' AND Host='host-name-here';
 +</code>
 +
 +<code sql >
 +ALTER USER 'root'@'localhost' IDENTIFIED BY 'newpassword';
 </code> </code>
  
Line 703: Line 707:
  
  
 +**Note:-**
  
 +When the name ends in _ci, the collation is case-insensitive.
  
mysql/general.1739814132.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki