How can I access the MySQL command line with XAMPP for Windows?
I had the same issue. Fistly, thats what i have :
xamppand i have done this to fix my problem :
environnement variable"%systemDrive%\xampp\mysql\bin\" C:\xampp\mysql\bin\winpty mysql -u root if your password is empty
or winpty mysql -u root -p if you do have a password