Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Collation of common operation commands in MySQL

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "the arrangement of common operation commands in MySQL". Friends who are interested may wish to have a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn the "MySQL commonly used operation commands to organize" it!

1. Start the MySQL server

In fact, the last article talked about how to start MySQL. Two methods: one is to use winmysqladmin, if the machine has been automatically run when it starts, you can directly proceed to the next step of operation. The second is to run d:mysqlbinmysqld in DOS mode

2. Enter the mysql interactive interface

In DOS mode, run: d:mysqlbinmysql

Appears: the prompt for mysql, which has entered the interactive operation mode of mysql.

If "ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)" appears

It means that your MySQL has not been started yet.

3. Exit the MySQL interface

Enter quit at the mysql > prompt to exit the interactive interface at any time:

Mysql > quit

Bye

You can also use control-D to exit.

At this point, I believe that we have a deeper understanding of the "MySQL commonly used operation command arrangement", might as well come to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report