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

質問編集履歴

3

/etc/mysql/my.cnfを追記

2022/01/01 06:44

投稿

G14
G14

スコア3

title CHANGED
File without changes
body CHANGED
@@ -35,7 +35,7 @@
35
35
  root 3163 0.0 0.0 16204 1268 pts/0 S 22:20 0:00 grep --color=auto mysql
36
36
  ```
37
37
 
38
- #my.cnf
38
+ #/etc/mysql/my.cnf
39
39
 
40
40
  ```
41
41
  [mysqld]

2

my.cnf

2022/01/01 06:44

投稿

G14
G14

スコア3

title CHANGED
File without changes
body CHANGED
@@ -35,4 +35,17 @@
35
35
  root 3163 0.0 0.0 16204 1268 pts/0 S 22:20 0:00 grep --color=auto mysql
36
36
  ```
37
37
 
38
+ #my.cnf
39
+
40
+ ```
41
+ [mysqld]
42
+ port=3306
43
+ socket=/var/mysql/mysql.sock
44
+
45
+ [client]
46
+ port=3306
47
+ socket=/var/mysql/mysql.sock
48
+ ```
49
+
50
+
38
51
  解決策はありますか?

1

追記

2022/01/01 06:43

投稿

G14
G14

スコア3

title CHANGED
File without changes
body CHANGED
@@ -30,4 +30,9 @@
30
30
  mysql: unrecognized service
31
31
  ```
32
32
 
33
+ ```
34
+ ps aux | grep mysql
35
+ root 3163 0.0 0.0 16204 1268 pts/0 S 22:20 0:00 grep --color=auto mysql
36
+ ```
37
+
33
38
  解決策はありますか?