Detected 1 occurrence(s) of ‘create user .* identified by’: penssl rand -base64 12) if [ -z "$gitlabpass" ]; then echo -e "\n[iGitLab] Random password generation failed, please enter a password to use for GitLab MySQL user:" read gitlabpass fi # Create a user for GitLab. mysql -uroot -p$mysqlpasswd -e "CREATE USER 'gitlab'@'localhost' IDENTIFIED BY '$gitlabpass';" […]
↧