From: <in...@cs...> - 2003-11-28 11:13:16
|
Bill English wrote: > > I just instaled phpmywebhosting and all supposedly went well, however when I > try to login to the account it says it created for me I get a wrong password > error, any ideas? Hi Bill, which release are you using. In 0.1.6 the username is admin and password is admin too. I just tried my self. If it it not working for you, just try: mysql -u username -p provider -e "update customer set \ password=ENCRYPT('yourpassword') where customer='admin'" You also can do it with phpmyadmin. But you have to use the ENCRYPT-function. And let us know if this works. Regards Udo |