Git Bash mysql blank

后端 未结 3 1236
南方客
南方客 2021-01-30 03:47

I\'ve installed Git (bash?) from www.git-scm.com I also have a working installation of MySQL. I\'m using windows 8.1. The path to my mysql bin directory IS in my path environmen

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-30 04:46

    Create a shortcut in Windows Desktop with this destination:

    "C:\Program Files\Git\usr\bin\mintty.exe" -e "C:\Program Files\Git\usr\bin\winpty.exe" "C:\Program Files (x86)\MariaDB 10.1\bin\mysql.exe" -uroot -p

提交回复
热议问题