MySQL Connect Remote Database
MySQL Connect Remote Database For remotely access to mysql database use command: mysql -u User -p -h RemoteMySQLdatabaseIP Were: User – remote MySQL server user, RemoteMySQLdatabaseIP – remote MySQL database IP example: # mysql -u User_Name -p -h 11.22.33.44 Enter password:… Continue Reading
You must be logged in to post a comment.