I try the default user that comes with the sql statment and
creates the passwaord with PASSWORD('demo') and create
another user with a password that I create without the
PASSWORD function.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=104575
I have the same problem!
There was also a problem with the SQL included in the tar.gz
Logged In: YES
user_id=695128
Can you give me more information on that issue? How did
you create the password? Did you use the statement
PASSWORD('your password')?
Cheers
Chris
Logged In: YES
user_id=104575
I used the SQL that came with the file and it didn't work. I
tried adding another user using the SQL example in the files,
but that didn't work either
Logged In: NO
Hi, I am having the same problem.
I try the default user that comes with the sql statment and
creates the passwaord with PASSWORD('demo') and create
another user with a password that I create without the
PASSWORD function.
Logged In: YES
user_id=695128
ah, ok. try MD5('demo') instead of PASSWORD('demo').
give me feedback if it worked or not.
cheers
chris
Logged In: NO
yes, MD5('demo') works fine. You need to change NOW to
NOW() into the SQL script too.
thanks
Logged In: YES
user_id=104575
I still can't get it to work :-(
Logged In: YES
user_id=125110
MD5('demo')
This is work.
And I tried a half an hour to see what is the problem.