Connecting to and Disconnecting from the Server : Connect MySQL « Command MySQL « SQL / MySQL






Connecting to and Disconnecting from the Server

  
/* Connecting to and Disconnecting from the Server */


mysql -h host -u username -p

mysql -h 127.0.0.1 -u oost -p
           
       








Related examples in the same category