After MySQL 5.5 is installed, when MySQL 5.5 command line client is started, how can this problem be solved?

Source: Internet
Author: User
Tags mysql command line

From http://www.hanwangtx.com/ SQL /201209_26524.html

At least solved my difficulties. Thank you very much.

1. Find the bin directory path under the MySQL installation directory.
2. Open cmd, enter the path to the bin directory, and enter mysql-u root-P. // (I am looking for the bin folder under MySQL Server 5.5) REPORTER note

Problem Analysis:
1. view the default execution parameters of MySQL command line client. Method: Start-> All Programs-> mysql-> MySQL server5.5-> mysql5.5 command line client, right-click Properties.



2. Check the target content. The content is long and copied as follows:

"G: \ Program Files \ mysql server 5.5 \ bin \ mysql.exe" "-- defaults-file = G: \ Program Files \ mysql server 5.5 \ My. ini"
"-Uroot" "-P"
 


3. Note: "-- defaults-file = G: \ Program
Files \ mysql server 5.5 \ My. ini ""-uroot ""-P "specifies the configuration file my. ini.

Here we will check the installation directory, that is, G: \ Program Files \ mysql server 5.5. None of the six INI files are my. ini.




4. Copy the my-small.ini file, rename it my. ini file, save.

5. Start MySQL
Command Line client to solve the problem.


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.