|
|
@ -61,7 +61,13 @@ GETINFO() |
|
|
|
# Get The MySQL Username/Password |
|
|
|
read -p "MySQL Host [localhost]: " TEMP |
|
|
|
read -p "Enter The MySQL Username: " MYSQLUSER |
|
|
|
|
|
|
|
# Turn Off Echo For Passwords |
|
|
|
stty -echo |
|
|
|
read -p "Enter The MySQL Password: " MYSQLPASS |
|
|
|
stty echo |
|
|
|
echo |
|
|
|
|
|
|
|
read -p "Enter The MySQL Database Name For $DOMAIN: " WPDBNAME |
|
|
|
|
|
|
|
# If Enter Is Pressed, Then Use localhost as MySQL Host |
|
|
|