How To Start MySql Server From Microsoft Command Line In Microsoft Windows 8.1
- Open your Microsoft Windows Command Line As Administrator.
To learn how to open Microsoft Windows Command Prompt, click
How To Launch Command Prompt
or
How To Launch Command Prompt In Windows 8 - Go To MySql Server directory
TypeD:
and press Enter. - Type
CD \softRun\xampp-win32-1.6.7\mysql\bin\
- Type this following command:
mysqld --console
- Press Enter
- This will display mysqld status, mysql version and mysql port.
How To Find Out Is Mysql Running?
- Open your Microsoft Windows Command Line As Administrator.
To learn how to open Microsoft Windows Command Prompt, click
How To Launch Command Prompt
or
How To Launch Command Prompt In Windows 8 - Go To MySql Server directory
TypeD:
and press Enter. - Type
CD \softRun\xampp-win32-1.6.7\mysql\bin\
- Type this following command:
mysqladmin --user=root ping
- Press Enter
- This will display mysqld status is alive.
How To Find Out Which Mysql Port Running?
- Open your Microsoft Windows Command Line As Administrator.
To learn how to open Microsoft Windows Command Prompt, click
How To Launch Command Prompt
or
How To Launch Command Prompt In Windows 8 - Type this following command:
netstat -ano | findstr 3306
- Press Enter
- This will display ip address and port status is LISTENING.
- Adjust the path based on your MySQL installation.
- To learn how to Go to MySQL directory, click Top Command Prompt (CD / CHDIR)
< to check MySql version, click How To Check MySQL Version
Tidak ada komentar:
Posting Komentar