How to use cPanel to connect to MySQL remotely?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to use cPanel to connect to MySQL remotely?

    Can anyone tell me how to connect to MySQL?

    #2
    Just refer to this KB. https://www.knownhost.com/kb/how-to-...ely-in-cpanel/

    Comment


      #3
      You're welcome. It is easily comprehensible.

      Comment


        #4
        How to access the MySQL database online?

        Comment


          #5

          Please follow these instructions to access your MySQL database:
          1) Use Secure Shell to log into your Linux web server.
          2) On the server, go to the /usr/bin directory and launch the MySQL client software.
          3) Enter the syntax shown below to access your database:
          $ mysql -h 'hostname' 'username' 'p 'databasename'
          Your password is the password.
          hostname: The name of the MySQL server to which you have been allocated, such as mysql4.safesecureweb.com
          databasename: Your MySQL database's name
          password: The login information for your MySQL database
          Important Note: You can also download a graphical MySQL client to your desktop computer and use it to access your database from a distance. You may find the client on the MySQL website.

          Comment


            #6
            Is MySQL database free of cost?

            Comment


              #7

              MySQL is free and open-source software under the terms of the GNU General Public License and is also available under a variety of proprietary licenses.​

              Comment


                #8

                Ok. So, we can connect to MySQL remotely using cPanel.​

                Comment

                Working...
                X