Home > Database > Mysql Tutorial > How to start MySQL server?

How to start MySQL server?

WBOY
Release: 2023-08-26 13:13:02
forward
1466 people have browsed it

如何启动 MySQL 服务器?

There are two ways to start the MySQL server -

Use the command line

We need to run'mysqld'Program to run MySQL server. It can be started using the command line with the help of the following command -

C:\mysql\bin>mysqld
Copy after login

After entering the 'mysqld' command we will not see anything as it will not print anything in the command window information. We should trust that the MySQL server is now running.

Using the File Explorer window

We can also start the MySQL server \mysqld.exe on our computer by double-clicking the file \mysql\bin.

The above is the detailed content of How to start MySQL server?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template