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\bin
mysql.exe --user=me --password=thepass123 --database=test

This is just a memo-reminder for me, as this is an obvious knowledge to most of you.

Leave a Reply