View Single Post
  #18  
Old 05-30-2013, 04:20 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

You can download Navivat here. Upon opening it up click 'Connection' then 'MySQL'. The Connection Name can be anything you want, set the hostname to localhost, port to 3306, user name to root, password to whatever the password to your database is. Like below.

Code:
Host Name/IP Address: localhost
Port: 3306
User Name: root
Password: PASSWORD HERE
Reply With Quote