I have a problem with mysql on xampp.
cd c:/xampp/mysql/bin mysql.exe How to log in to my database ? http://wrzucacz.pl/download/5511422226146
I have a problem with mysql on xampp.
cd c:/xampp/mysql/bin mysql.exe How to log in to my database ? http://wrzucacz.pl/download/5511422226146
Start MySQL from xampp control panel
cd c:\xampp\mysql\bin
mysql.exe -u root --password
you will be prompted to insert your password
A similar question though has been posted before How can I access the MySQL command line with XAMPP for Windows?