• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Create user mysql after upgrade to 4.1

S

Ste_000

Guest
Hi to all, i have upgraded my mysql version to mysql 4.1.15 . Now there is a problem, when i create a mysql user , he can't connect to db because mysql say that haven't permissions !
For this problem i tried some solutions, and now when i create a user, i use this instruction to work connection : mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd'); > this for each user who i create !!!

but if there is a solution for this problem it's better ! thanks again, bye Ste
 
/etc/my.cnf

add

old-password

But all password created in new MySQL need to be recreate.
 
so i add this line "old-password" to /etc/my.cnf ? thanks again
 
excuse me, but i'm not expert ! it isn't this line "old-passwords=1" to add ? and after i must reset also some password for plesk or not?

Thanks
 
so i edited my my.cnf now and now all works !!! so what say ? thanks very much !!!! bye Ste
 
Back
Top