Easy to learn how to test MySQL installation _ MySQL

Source: Internet
Author: User
Tags ip number
Easy to know how to test MySQL installation Q: How to test MySQL installation?

A: run the following command to test whether the MySQL server is working:

C:> C: Program FilesMySQLMySQL Server 5.1 inmysqlshowC:> C: Program
FilesMySQLMySQL Server 5.1 inmysqlshow-u root mysqlC:> C: Program
FilesMySQLMySQL Server 5.1 inmysqladmin version status procC:> C: Program
FilesMySQLMySQL Server 5.1 inmysql test

If mysqld responds slowly to the TCP/IP connection of the client program, it may be a DNS problem. In this case, use the -- skip-name-resolve option to start mysqld, and only use localhost and IP number in the Host column of the MySQL authorization table.

You can use the -- pipe or -- protocol = PIPE option to force the MySQL client to use the named pipe connection instead of the TCP/IP connection, or specify. (stage) as the host name. Use the -- socket option to specify the pipe name.

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.