Answers for "Connect to Remote MySQL Database through Command Line"

0

Connect to Remote MySQL Database through Command Line

mysql -u {username} -p'{password}' 
    -h {remote server ip or name} -P {port} 
    -D {DB name}
Posted by: Guest on February-19-2022

Code answers related to "Connect to Remote MySQL Database through Command Line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language