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

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

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

15条回答
  •  旧巷少年郎
    2020-11-28 01:37

    run xampp shell to solve connect to root using pw

    mysql -h localhost -u root -p and enter root pw

提交回复
热议问题