Dbdesigner 4 connection to MySQL 5 Problems and Solutions

Source: Internet
Author: User

Today, I am working on a project database design. In order to generate a beautiful Data Object Model diagram, I installed dbdesigner 4.
However, when I used it to connect to the MySQL database, I encountered a problem:
Dbdesigner4-dbexpress error invalid username/password.

I remember that I had encountered this problem before and never solved it. I couldn't use it this time, so I went to Google and found a lot of results. It seems that there were quite a few people who encountered the same problem.
Cause:
The password encryption method of MySQL database has changed, and dbdesigner still uses old encryption.Algorithm.

Solution:
Create a new MySQL user and use the old password to encrypt the password:
Grant all privileges on *. * To 'test' @ 'localhost' identified by 'test' with grant option;
Set password for 'test' @ 'localhost' = old_password ('test ');

Dbdesigner connected to MySQL!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.