can't access root phpmyadmin linux
CREATE USER 'admin22'@'localhost' IDENTIFIED BY '<New-Password-Here>';
GRANT ALL PRIVILEGES ON *.* TO 'admin22'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
can't access root phpmyadmin linux
CREATE USER 'admin22'@'localhost' IDENTIFIED BY '<New-Password-Here>';
GRANT ALL PRIVILEGES ON *.* TO 'admin22'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
mysql> grant all privileges on *.* to root@localhost identified by 'password' with grant option;
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us