質問編集履歴
3
Mysql
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,6 +56,14 @@
|
|
56
56
|
|
57
57
|
### 補足情報(FW/ツールのバージョンなど)
|
58
58
|
|
59
|
+
centOS7 Mysql5.7
|
59
60
|
|
61
|
+
dump.sqlの中身
|
60
62
|
|
63
|
+
DROP TABLE IF EXISTS `customer_information`;
|
64
|
+
|
65
|
+
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
66
|
+
|
67
|
+
/*!40101 SET character_set_client = utf8 */;
|
68
|
+
|
61
|
-
|
69
|
+
CREATE TABLE `customer_information` (
|
2
a
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
DB_USERNAME=root
|
20
20
|
|
21
|
-
DB_PASSWORD=
|
21
|
+
DB_PASSWORD=password
|
22
22
|
|
23
23
|
|
24
24
|
|
1
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
DB_CONNECTION=mysql
|
12
12
|
|
13
|
-
DB_HOST=http://
|
13
|
+
DB_HOST=http://ipアドレス/newpro
|
14
14
|
|
15
15
|
DB_PORT=3306
|
16
16
|
|