質問編集履歴
1
例追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,4 +36,42 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
+
`/usr/local/opt/mysql@5.7/bin/mysql` このコマンドを打っても 5.6を見に行ってしまいます。。
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
```
|
44
|
+
|
45
|
+
➜ ~ /usr/local/opt/mysql@5.7/bin/mysql
|
46
|
+
|
47
|
+
Welcome to the MySQL monitor. Commands end with ; or \g.
|
48
|
+
|
49
|
+
Your MySQL connection id is 19
|
50
|
+
|
51
|
+
Server version: 5.6.50 Homebrew
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
Copyright (c) 2000, 2021, Oracle and/or its affiliates.
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
Oracle is a registered trademark of Oracle Corporation and/or its
|
60
|
+
|
61
|
+
affiliates. Other names may be trademarks of their respective
|
62
|
+
|
63
|
+
owners.
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
mysql>
|
72
|
+
|
73
|
+
```
|
74
|
+
|
75
|
+
|
76
|
+
|
39
77
|
どなたかご教示をいただけないでしょうか?
|