auth.sql 150 B

12
  1. GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'Ybkk1027' WITH GRANT OPTION;
  2. update user set host='%' where user='root' and host='localhost';