How can I access the MySQL command line with XAMPP for Windows?
https://stackoverflow.com/questions/698914/how-can-i-access-the-mysql-command-line-with-xampp-for-windows
cd c:\xampp\mysql\bin
mysql.exe -u root --password
Last updated
Was this helpful?