• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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