質問編集履歴

1

home brewでのエラーを追加

2017/11/25 00:38

投稿

ois
ois

スコア50

test CHANGED
File without changes
test CHANGED
@@ -19,3 +19,103 @@
19
19
  brewで再インストールを試してもエラーが変わりません。
20
20
 
21
21
  どうすればよいでしょうか。
22
+
23
+
24
+
25
+
26
+
27
+ 【追記】
28
+
29
+ brew info mysqlをすると以下のエラーが出ました
30
+
31
+
32
+
33
+ home brewが悪さしているのかもしれないです。brew info mysqlで以下のエラーが出ました。mysql: stable 5.7.20 (bottled), devel 8.0.3-rc
34
+
35
+ Open source relational database management system
36
+
37
+ https://dev.mysql.com/doc/refman/5.7/en/
38
+
39
+ Conflicts with:
40
+
41
+ mariadb (because mysql, mariadb, and percona install the same binaries.)
42
+
43
+ mariadb-connector-c (because both install plugins)
44
+
45
+ mysql-cluster (because mysql, mariadb, and percona install the same binaries.)
46
+
47
+ mysql-connector-c (because both install MySQL client libraries)
48
+
49
+ percona-server (because mysql, mariadb, and percona install the same binaries.)
50
+
51
+ /usr/local/Cellar/mysql/5.7.20 (324 files, 233.7MB) *
52
+
53
+ Poured from bottle on 2017-11-25 at 09:34:57
54
+
55
+ From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/mysql.rb
56
+
57
+ ==> Dependencies
58
+
59
+ Build: cmake ✘
60
+
61
+ Required: openssl ✔
62
+
63
+ ==> Requirements
64
+
65
+ Required: macOS >= 10.7 ✔
66
+
67
+ ==> Options
68
+
69
+ --with-archive-storage-engine
70
+
71
+ Compile with the ARCHIVE storage engine enabled
72
+
73
+ --with-blackhole-storage-engine
74
+
75
+ Compile with the BLACKHOLE storage engine enabled
76
+
77
+ --with-debug
78
+
79
+ Build with debug support
80
+
81
+ --with-embedded
82
+
83
+ Build the embedded server
84
+
85
+ --with-local-infile
86
+
87
+ Build with local infile loading support
88
+
89
+ --with-test
90
+
91
+ Build with unit tests
92
+
93
+ --devel
94
+
95
+ Install development version 8.0.3-rc
96
+
97
+ ==> Caveats
98
+
99
+ We've installed your MySQL database without a root password. To secure it run:
100
+
101
+ mysql_secure_installation
102
+
103
+
104
+
105
+ MySQL is configured to only allow connections from localhost by default
106
+
107
+
108
+
109
+ To connect run:
110
+
111
+ mysql -uroot
112
+
113
+
114
+
115
+ To have launchd start mysql now and restart at login:
116
+
117
+ brew services start mysql
118
+
119
+ Or, if you don't want/need a background service you can just run:
120
+
121
+ mysql.server start