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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -