myphpadmin and mysql access.. quick question
Posted: Fri Oct 28, 2005 5:03 pm
Installing joomla, and I'm guessing my host updated their mysql because I cannot install joomla or mambo even though it was working up until a few days ago..
I can login to create a db and see my username/pass is working fine since I can create new db's and such within phpmyadmin but apparently with the newer versions of mysql apparently there's an issue with now that mysql uses a 41 byte encryption instead of the older 16 byte encryption.
Now they have a way to fix that but I think I need to have the host run the script, because when i'm in the sql window i get bad feedback instead of what it should be doing. I'm guessing I'd need to be root instead..
I'm supposed to run this and it will allow the older passwords
SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('mypass');
I need to login as root, right? And since I don't have that, I need to get my host to run it, to use the old pass, since I can't create a new user either.
I can login to create a db and see my username/pass is working fine since I can create new db's and such within phpmyadmin but apparently with the newer versions of mysql apparently there's an issue with now that mysql uses a 41 byte encryption instead of the older 16 byte encryption.
Now they have a way to fix that but I think I need to have the host run the script, because when i'm in the sql window i get bad feedback instead of what it should be doing. I'm guessing I'd need to be root instead..
I'm supposed to run this and it will allow the older passwords
SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('mypass');
I need to login as root, right? And since I don't have that, I need to get my host to run it, to use the old pass, since I can't create a new user either.