Post# 1605892573

20-Nov-2020 11:16 pm


#howto mariadb on Fedora.

Problem, it gets installed at high security mode. To fix it.

sudo mysql -uroot

That will take you inside the DB.

ALTER USER root@localhost IDENTIFIED VIA mysql_native_password;
SET PASSWORD = PASSWORD('');

Then exit.

Now you can enter without any password.

mysql

    Comments:
  • ^ গ্রুপটা ফেসবুকে না। Reddit.

20-Nov-2020 11:16 pm

Published
20-Nov-2020