08-17-2011, 02:08 AM
I have a problem with export database from different SQL version.
User can`t log in with old password and that is a big problem if you now you must change 1000 users by hand.
Than a decided to find problem an solve them.
I see you use SQL function PASSWORD for encryption password and I will change to MD5 encryption.
Now I can export, import in different version SQL without problem.
Are you agree with my solution?
User can`t log in with old password and that is a big problem if you now you must change 1000 users by hand.
Than a decided to find problem an solve them.
I see you use SQL function PASSWORD for encryption password and I will change to MD5 encryption.
Now I can export, import in different version SQL without problem.
Are you agree with my solution?