From 8749c0530b4228c1c8faa81e37fc7a234e66a2f9 Mon Sep 17 00:00:00 2001 From: metin2clean <161800741+metin2clean@users.noreply.github.com> Date: Mon, 24 Mar 2025 01:17:32 -0500 Subject: [PATCH] fix manual.txt --- serverfiles/sql/manual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverfiles/sql/manual.txt b/serverfiles/sql/manual.txt index a8a7eebd0..ea2dcf5f6 100644 --- a/serverfiles/sql/manual.txt +++ b/serverfiles/sql/manual.txt @@ -6,7 +6,7 @@ mysql -u root -ppassword UPDATE user SET password=PASSWORD('your_password') WHERE user='root'; #change your_password ##### localhost permissions -GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'your_password'; #change your_password +GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'password'; ######## ##### Permissions for all hosts