Tag Archives: Myql Server

MYSQL Server Connection

MYSQL Connection To Server MYSQL Disconnect From Server MYSQL Connection To Server Host, user and password parameters are needed to connect the mysql server. We have to connect server like this shell>mysql -h host -u user -p Enter Password: ******* host – Where MYSQL server is running user – username of MYSQL server password – […]