Score:0

mariaDB does not read .my.cnf

in flag

As written in doku one can put .my.cnf into home dir with configuration that is used later. When you want to make autologin this is recommended.

[client]
password=secret

If your password contains special character like '#', autologin does not work. I think this is a bug.

Does this happen in mysql too?

markusjm avatar
cn flag
The `#` character is usually used to indicate comments in MariaDB files. This would mean that your password is interpreted partly as an inline comment. You could try `password='secret'` to see if it processes it correctly when quoted. If not, it would be worth reporting this as a bug.
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.