質問するログイン新規登録

質問編集履歴

1

内容の補足

2019/06/18 10:43

投稿

masa9216
masa9216

スコア15

title CHANGED
File without changes
body CHANGED
@@ -5,6 +5,12 @@
5
5
 
6
6
  cd /Applications/XAMPP/bin
7
7
 
8
+ XAMPP-VM for OS Xでは、ディレクトリ構造が違うようで、lumppの下がbinなので、
9
+ finderからbinフォルダを左クリックでターミナルに直接移動させる形で、cd /Applications/XAMPP/bin
10
+ だけでなく以下も試しました。
11
+
12
+ cd /Users/私のユーザー名/.bitnami/stackman/machines/xampp/volumes/root/bin
13
+
8
14
  mysql -u root
9
15
 
10
16
  結果:-bash: mysql: command not found