1. mac 下终端使用步骤

  cd /Applications/xampp/bin

  ./mysql -u root

2. window CMD命令中执行步骤

  D:

  cd  D:/xampp/mysql/bin

  mysql  -hlocalhost  -uroot

3.  mysql -h192.168.222.248 -P3306 -uexp -pb39UbrmybA65VWyR

如何在window和mac下查找数据库

 

相关文章:

  • 2021-11-29
  • 2021-05-18
  • 2022-01-02
  • 2022-02-20
  • 2021-12-05
  • 2022-12-23
  • 2021-11-15
猜你喜欢
  • 2022-01-08
  • 2021-12-08
  • 2022-12-23
  • 2021-10-26
相关资源
相似解决方案