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 [01/08/2025 14:01] (current) – [Run scheduled tasks] andrew
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