Error on MySQL Data Import -


i trying import schema in mysql workbench following error:

error 2049 (hy000): connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)

i had similar problem trying connect schema , solved following fixes in this post can't import still. can access schema fine, when try import fails same error.

its not bug, if use user account password old hashing algorithm. can try new account new algorithm password following step -

  1. set session old_passwords = 'off';
  2. create user 'test' identified 'testpass';

now can connect account , try import. hope you.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -