MySQL Server

Discussion in 'Databases' started by unknown34, May 5, 2012.

  1. #1
    Looking to setup MySQL on a server so that users can access it via MySQL workbench, and be secure how can this be done?
     
    unknown34, May 5, 2012 IP
  2. DennisRitchieCollective

    DennisRitchieCollective Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You simply need to buy webhosting services that support remote access to your MySQL servers or run your own MySQL server with remote access enabled. Then from MySQL workbench they can setup a new connection with the provided server details: username, password, hostname, port(the default is 3306). Once they have that connection setup they can connect to and manage the database from the main MySQL workbench interface.
     
  3. unknown34

    unknown34 Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You mean remote access to the server itself and access mysql from there, and access to mysql using a client application such as workbench?
     
    unknown34, May 7, 2012 IP