Score:-2

Problem installing Mariadb (Ubuntu 20.04)

fr flag

Please help solving this problem

~$ sudo mysql -e "SET old_passwords=0; ALTER USER root@localhost IDENTIFIED BY 'sysop'; FLUSH PRIVILEGES;"
ERROR 1290 (HY000) at line 1: The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement
in flag
Why are you trying to set a password for the `root` database account? This is bad practice and opens you up for all sorts of security problems. Rather than circumvent built-in security policies, why not create a proper admin account? `root` should only be used via `sudo` when setting up the database or when fixing something that has gone horribly, horribly wrong ...
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.