5 lines
108 B
SQL
5 lines
108 B
SQL
USE mysql;
|
|
UPDATE user SET authentication_string=PASSWORD('SFluorit') WHERE User='root';
|
|
FLUSH PRIVILEGES;
|
|
|