Linux - Mysql Root Olarak Giriş Yapma

sudo mysql -u root
use mysql;
update user set plugin='' where User='root'; 
flush privileges;
\q

Yorumlar