To administer MySQL databases we recommend using MySQL Administrator and MySQL Query Browser. For more information on these, please see:
http://www.mysql.com/products/tools/administrator/
http://www.mysql.com/products/tools/query-browser/
You can download 'MySQL GUI Administration tool' from the downloads section.
MySQL Connection strings:
MyODBC 2.50 Remote database:
"Driver={mySQL};Server=67.19.166.82;Port=3306;Option=131072;Stmt=;Database=my-database;Uid=username;Pwd=password;"
MyODBC 3.51 Remote database:
"DRIVER={MySQL ODBC 3.51 Driver};SERVER=67.19.166.82;PORT=3306;DATABASE=myDatabase; USER=myUsername;PASSWORD=myPassword;OPTION=3;"
More connection strings can be found here : http://www.connectionstrings.com/?carrier=mysql
Please remember, though, that these are just generic examples; you should make sure you use your own server, credentials and database information instead of the examples here. These information can be found at the database section in control panel.
- 12 Users Found This Useful
