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.
Notes
- In the Step 2 and 3, adjust the path based on your MySQL installation. To learn how to Go to MySQL directory, click Top Command Prompt (CD / CHDIR)
- In the Step 6, it maybe display different with your MySQL.
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.
Notes
- In the Step 2 and 3, adjust the path based on your MySQL installation. To learn how to Go to MySQL directory, click Top Command Prompt (CD / CHDIR)
- In the Step 4, adjust root to your username.
How To Find Out Is MySQL Running In The Right Port According To Our Preferences?
- 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.
- In the Step 2 and 3, adjust the 3306 with your port.
< to check MySql version, click How To Check MySQL Version
Tidak ada komentar:
Posting Komentar