How to test MySQL installation

Source: Internet
Author: User
Tags mysql mysql client

Q: How do I test the MySQL installation?

A: You can test whether the MySQL server is working by the following command:

C:\> C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqlshowC:\> C:\Program
Files\MySQL\MySQL Server 5.1\bin\mysqlshow -u root mysqlC:\> C:\Program
Files\MySQL\MySQL Server 5.1\bin\mysqladmin version status procC:\> C:\Program
Files\MySQL\MySQL Server 5.1\bin\mysql test

If Mysqld is slow to respond to client-side TCP/IP connections, it may be a DNS issue. At this point, use the--skip-name-resolve option to start the mysqld and use only localhost and IP numbers in the host column of the MySQL authorization table.

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

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.