Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Connect to Remote MySQL Database through Command Line

mysql -u {username} -p'{password}' 
    -h {remote server ip or name} -P {port} 
    -D {DB name}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Connect #Remote #MySQL #Database #Command #Line
ADD COMMENT
Topic
Name
3+1 =