mysql:general
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mysql:general [04/10/2023 10:49] – created - external edit 127.0.0.1 | mysql:general [01/08/2025 14:01] (current) – [Run scheduled tasks] andrew | ||
|---|---|---|---|
| Line 273: | Line 273: | ||
| ALTER TABLE tableName CHANGE oldcolname newcolname datatype(length); | ALTER TABLE tableName CHANGE oldcolname newcolname datatype(length); | ||
| - | > ALTER TABLE sai_password | + | > ALTER TABLE password |
| Line 382: | Line 382: | ||
| <code mysql> | <code mysql> | ||
| mysql> UPDATE mysql.user SET Password=PASSWORD(' | mysql> UPDATE mysql.user SET Password=PASSWORD(' | ||
| + | </ | ||
| + | |||
| + | <code sql > | ||
| + | ALTER USER ' | ||
| </ | </ | ||
| Line 703: | Line 707: | ||
| + | **Note:-** | ||
| + | When the name ends in _ci, the collation is case-insensitive. | ||
mysql/general.1696416543.txt.gz · Last modified: by 127.0.0.1
