Commit f4375007 authored by daidekun's avatar daidekun

fix

parent 1ed4eef5
...@@ -22,12 +22,10 @@ CREATE DATABASE mall; ...@@ -22,12 +22,10 @@ CREATE DATABASE mall;
GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest'; GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest';
flush privileges; flush privileges;
CREATE DATABASE qinqiong; CREATE DATABASE qinqiong;
GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest'; GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest';
flush privileges; flush privileges;
CREATE DATABASE cash_loan_flow; CREATE DATABASE cash_loan_flow;
GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest'; GRANT ALL PRIVILEGES ON *.* TO 'qa'@'%' IDENTIFIED BY 'qatest';
flush privileges; flush privileges;
......
...@@ -22,4 +22,3 @@ RUN apt-get update \ ...@@ -22,4 +22,3 @@ RUN apt-get update \
&& /etc/init.d/ssh start && /etc/init.d/ssh start
WORKDIR /home/quant_group/redis WORKDIR /home/quant_group/redis
EXPOSE 6381
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment