質問編集履歴

2

修正

2016/09/02 08:27

投稿

suvera
suvera

スコア106

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  ```
20
20
 
21
- root@f6634cda4ded:/# sh /db_server/testscripts/testContainerCreate.sh
21
+ root@f6634cda4ded:/# sh /db_server/testscripts/test.sh
22
22
 
23
23
  mysql: [Warning] Using a password on the command line interface can be insecure.
24
24
 

1

修正

2016/09/02 08:27

投稿

suvera
suvera

スコア106

test CHANGED
File without changes
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
  1 BBB 1"
58
58
 
59
- commandSampleMessages=`mysql -u root -pverysecret -h $MYSQL_PORT_3306_TCP_ADDR -e 'select * from cha_db.messages;'`
59
+ commandSampleMessages=`mysql -u root -pverysecret -h $MYSQL_PORT_3306_TCP_ADDR -e 'select * from chat.messages;'`
60
60
 
61
61
  echo "$checkSampleMessages"
62
62