Manually start MySQL server in XAMPP on Windows
To manually start MySQL server one should call from the console:
[code language=”shell”]
cd d:\Internet\XAMPP Lite\mysql\bin
mysql.exe –user=me –password=thepass123 –database=test
[/code]
This is just a memo-reminder for me, as this is an obvious knowledge to most of you.