How can I access the MySQL command line with XAMPP for Windows?

前端 未结 15 2321
甜味超标
甜味超标 2020-11-28 00:54

How can I access the MySQL command line with XAMPP for Windows?

15条回答
  •  攒了一身酷
    2020-11-28 01:51

    On the Mac, or at least on my Mac using a default install, I accessed it at:

    /Applications/xampp/xamppfiles/bin/mysql -uroot -p
    

提交回复
热议问题