I want to write a Batch
script to start MySQL on Laragon 5.0.0 without having to follow these steps:
- Open the Laragon App
- Right-Click Start All
- MySQL > Start MySQL
I tried
cd laragon/bin/mysql/mysql-5.7.33-winx64/bin
mysql --user=root --password=
I got this error
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)