root - MariaDB installed without password prompt -
i've installed mariadb ubuntu 15.04 repositories using ubuntu software center or @ command prompt (apt-get install maraidb-server), no password taken root user. i'm able connect mysql @ command without password, connecting using mysql-workbench or python mysqldb library failed "access denied user 'root'@'localhost'" message
sudo mysql -u root [mysql] use mysql; [mysql] update user set plugin='' user='root'; [mysql] flush privileges; [mysql] \q
Comments
Post a Comment