Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
更正代码拼写!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
maicong committed Apr 12, 2016
1 parent 976f14d commit 482e5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ runInstall(){
sed -i "s@symbolic-links=0@symbolic-links=0\nbind-address=0.0.0.0@g" /etc/my.cnf
echo -e "\n[client]\nsocket=/home/userdata/mysqld.sock" >> /etc/my.cnf

if [[ "$mysqlV" == "6" ]]; then
if [[ "$mysqlV" = "6" ]]; then
mysqld --initialize-insecure --user=mysql --explicit_defaults_for_timestamp
else
mysql_install_db --user=mysql --explicit_defaults_for_timestamp
Expand Down

0 comments on commit 482e5cb

Please sign in to comment.