Collections:
Starting MySQL Server in MySQL
How To Start MySQL Server in MySQL?
✍: FYIcenter.com
If you want to start the MySQL server, you can run the "mysqld" program in a command window as shown in the following tutorial:
>cd \mysql\bin >mysqld
"mysqld" will run quietly without printing any message in you command window. So you will see nothing after entering the "mysqld" command. You should trust "mysqld" and believe that MySQL server is running ok on your local computer now.
Another way to start the MySQL server is double-click \mysql\bin\mysqld.exe on your file explorer window.
2018-06-12, 835👍, 0💬
Popular Posts:
How To Generate Random Numbers with the RAND() Function in SQL Server Transact-SQL? Random numbers a...
How To Execute a Stored Procedure in SQL Server Transact-SQL? If you want execute a stored procedure...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
How To End a Stored Procedure Properly in SQL Server Transact-SQL? Where the end of the "CREATE PROC...
What Is Oracle in Oracle? Oracle is a company. Oracle is also a database server, which manages data ...