• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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