How to connect MySQL Administrator Tool with Server Side MySQL
Tuesday, November 17th, 2009 by inspiron64. Filed under Uncategorized.I’m a PHP & MySQL Beginner. Normally when i start to build an application, i will choose to code a store and retrieve function. This will help me more easy to understand the new programming language.
So i search around google and found that i can connect MySQL with MySQL Administrator Tool.
You can download from here: MySQL Administrator Tool
Although i can find a lot guide from Google, how to connect database with MySQL Administrator, but i still lost on it. After try out few times, i found that i need to add my IP Address to MySQL Database Host.
Step by Step to add your IP Address to Database Host:
1. Login Linux Server.
2. Choose your Domain.
3. Choose MySQL Management.
4. Choose Your Database.
5. You will see a “Access Host” below User Table.
6. Search your IP Adress, and add it.
7. Now connect you can connect your server side MySQLÂ with MySQL Administrator Tool.
8. Server Host: Domain Name, Port: 3306
Related posts:
- Getting a domain work.
- DotNetNuke Custom Error Page, 404 Page Not Found Redirection
- Server Down – Maintaining a Server – Commons Problems of Web Hosting.
- XHTML Standard: Why using Div instead of Table?
- DotNetNuke Parent Portal and Hosting DNS Setting.
Tags: MySQL