From: <and...@gm...> - 2007-11-22 19:43:35
|
I have the same problem on my isp (www.one.com) I han't got in touch with the support yet, but I will try to get som e suggestion from them, what could cause the problem. I have tried to re-enter the password in the mysql with password(...), but I can not log in using my admin account. -- /Anders 070-6440201 |
From: Franky V. L. <lie...@te...> - 2007-11-22 19:52:33
|
On Thu, 22 Nov 2007 20:43:29 +0100 "Anders Nyg=C3=A5rds" <and...@gm...> wrote: > I have the same problem on my isp (www.one.com) I han't got in touch > with the support yet, but I will try to get som e suggestion from > them, what could cause the problem. I have tried to re-enter the > password in the mysql with password(...), but I can not log in using > my admin account. >=20 Hi, the person that had the problem was using another table or something like that. Anyway, the problem went away after he had a cup of coffee :) So you should describe your problem in more detail, look at the database dump (the designer table) for the username of the designer and wether or not is is disabled in that table. Franky |
From: <and...@gm...> - 2007-11-22 20:30:53
|
Well I have had many cups of coffe by now :-), so I am afraid its something at my isp that have been changed. They have upgraded mysql to 4.1 and PHP have been upgraded to version 5.2.5. I am using phpesp at a local client that uses it 2007/11/22, Franky Van Liedekerke <lie...@te...>: > On Thu, 22 Nov 2007 20:43:29 +0100 > "Anders Nyg=E5rds" <and...@gm...> wrote: > > > I have the same problem on my isp (www.one.com) I han't got in touch > > with the support yet, but I will try to get som e suggestion from > > them, what could cause the problem. I have tried to re-enter the > > password in the mysql with password(...), but I can not log in using > > my admin account. > > > > Hi, > > the person that had the problem was using another table or something > like that. Anyway, the problem went away after he had a cup of coffee :) > So you should describe your problem in more detail, look at the > database dump (the designer table) for the username of the designer and > wether or not is is disabled in that table. > > Franky > --=20 /Anders 070-6440201 |
From: <and...@gm...> - 2007-11-22 20:32:15
|
Sorry, my message got truncated (gmail...) The password has not been changed, but just to be sure I deleted the root user and added it again using the insert line from the install db-script. I am using a database with a prefix as I am running three instances of phpesp on the same account. Regards Anders 2007/11/22, Anders Nyg=E5rds <and...@gm...>: > Well I have had many cups of coffe by now :-), so I am afraid its > something at my isp that have been changed. They have upgraded mysql > to 4.1 and PHP have been upgraded to version 5.2.5. I am using phpesp > at a local client that uses it > > 2007/11/22, Franky Van Liedekerke <lie...@te...>: > > On Thu, 22 Nov 2007 20:43:29 +0100 > > "Anders Nyg=E5rds" <and...@gm...> wrote: > > > > > I have the same problem on my isp (www.one.com) I han't got in touch > > > with the support yet, but I will try to get som e suggestion from > > > them, what could cause the problem. I have tried to re-enter the > > > password in the mysql with password(...), but I can not log in using > > > my admin account. > > > > > > > Hi, > > > > the person that had the problem was using another table or something > > like that. Anyway, the problem went away after he had a cup of coffee := ) > > So you should describe your problem in more detail, look at the > > database dump (the designer table) for the username of the designer and > > wether or not is is disabled in that table. > > > > Franky > > > > > -- > /Anders > > 070-6440201 > --=20 /Anders 070-6440201 |
From: Franky V. L. <lie...@te...> - 2007-11-22 21:18:51
|
Hi, if they upgraded mysql to 4.1, I believe the problem is that the PASSWORD function changed in mysql. You can always mail me a dump (private mail then) so I can take a look at it, but I suggest you manually change the password (again...). It probably seemed a good idea at the time to use the mysql password function, but it's giving more trouble than it's worth. Franky On Thu, 22 Nov 2007 21:32:17 +0100 "Anders Nyg=C3=A5rds" <and...@gm...> wrote: > Sorry, my message got truncated (gmail...) >=20 > The password has not been changed, but just to be sure I deleted the > root user and added it again using the insert line from the install > db-script. I am using a database with a prefix as I am running three > instances of phpesp on the same account. >=20 > Regards >=20 > Anders >=20 > 2007/11/22, Anders Nyg=C3=A5rds <and...@gm...>: > > Well I have had many cups of coffe by now :-), so I am afraid its > > something at my isp that have been changed. They have upgraded mysql > > to 4.1 and PHP have been upgraded to version 5.2.5. I am using > > phpesp at a local client that uses it > > > > 2007/11/22, Franky Van Liedekerke <lie...@te...>: > > > On Thu, 22 Nov 2007 20:43:29 +0100 > > > "Anders Nyg=C3=A5rds" <and...@gm...> wrote: > > > > > > > I have the same problem on my isp (www.one.com) I han't got in > > > > touch with the support yet, but I will try to get som e > > > > suggestion from them, what could cause the problem. I have > > > > tried to re-enter the password in the mysql with password(...), > > > > but I can not log in using my admin account. > > > > > > > > > > Hi, > > > > > > the person that had the problem was using another table or > > > something like that. Anyway, the problem went away after he had a > > > cup of coffee :) So you should describe your problem in more > > > detail, look at the database dump (the designer table) for the > > > username of the designer and wether or not is is disabled in that > > > table. > > > > > > Franky > > > > > > > > > -- > > /Anders > > > > 070-6440201 > > >=20 >=20 |