Search found 2 matches

by codolom
Fri May 13, 2016 10:09 am
Forum: MySQL / MariaDB Database Help and Discussion
Topic: I need stronger authentication for users then password()
Replies: 2
Views: 8476

Re: I need stronger authentication for users then password()

Thanks. I've tried to set up ssl for mariadb using a source on net, but failed. MariaDB [(none)]> \s ... SSL: not in use ... Connection: via unix socket ... It doesn't matter, but after restart linux I've got an error: "Internal system error." I've to do something to fix. If you need info ...
by codolom
Thu May 12, 2016 11:05 am
Forum: MySQL / MariaDB Database Help and Discussion
Topic: I need stronger authentication for users then password()
Replies: 2
Views: 8476

I need stronger authentication for users then password()

Hi, I've got authentication problem. create user 'uname'@'host' identified by password('secretpass'); works fine, but I want to change password() to another (for example sha2('secretpass', 512). I have not found solution on google, but some info: mysql uses own password hashing function: password() ...