
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Start MySQL Server
There are following two methods to start MySQL server −
Using 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
We will see nothing after entering the ‘mysqld’ command because it will not print any message in the command window. We should have to trust that MySQL server is running now.
Using file explorer window
We can also start MySQL server by double-clicking the file \mysql\bin\mysqld.exe on our computer.
Advertisements