onezeronull.com
Manually start MySQL server in XAMPP on Windows
To manually start MySQL server one should call from the console: cd d:\Internet\XAMPP Lite\mysql\binmysql.exe –user=me –password=thepass123 –database=test This is just a memo-remi…