Answered by:
Help, how do i connect to MySQL remotely?

Question
-
User1659074768 posted
Hello.
Im a bit new to MySQL here. My friend wanted me to help him display some data on his site from his MySQL.
So he sent me his database username and password.
I would like to know, how can i connect to the database using the credentials he gave me.
Wich program do i use, I heard something like I should use wamp server or something?
All im looking for is just a program, or a way in wich I can connect to his database using the username and password he gave me.
How can i do this?
Thanks.
Saturday, July 2, 2011 4:49 PM
Answers
-
User1824551582 posted
You can try SQL Yog or Mysql workbench.
But depends on the host provider to give you remote access.
Most linux servers have default configuration not to allow remote connection, which can be manually set to allow from a specified IP address.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, July 4, 2011 12:13 PM
All replies
-
Sunday, July 3, 2011 4:12 AM
-
User1659074768 posted
Richard,
try this http://www.codeproject.com/KB/database/mysqlinaspnet.aspx
Hi, thanks for the reply.
It is not an asp.net site, it is in PHP, wich is why I need the MySQL
Any ideas?
Monday, July 4, 2011 9:07 AM -
User1824551582 posted
Do you want to connect to the database from PHP or just to have access to the database system?
Please clearify
Monday, July 4, 2011 11:43 AM -
User1659074768 posted
Do you want to connect to the database from PHP or just to have access to the database system?
Please clearify
Hi, all I want to do is to have access to the database.
So that i can create / modify tables etc.
Monday, July 4, 2011 11:46 AM -
User1824551582 posted
Is it hosted or running on local server?.
If hosted, then you can access the database via the controll panel (that is phpmyadmin)
but, if it is running on local server, u can try MySQL Workbench.
NB: MySQL workbench might not be able to work on remote host, as most service providers does not allow remote connection to the database
Monday, July 4, 2011 11:58 AM -
User1659074768 posted
It is running on a website host, and I would like to connect to it remotely via my desktop. As I do not have hosting access to the account. I was just given the database host, username and password, to do the work accordingly.
Is there any third party apps you know of that allows to connect to a database remotely, or any other ideas?
Thanks
Monday, July 4, 2011 12:02 PM -
User1824551582 posted
You can try SQL Yog or Mysql workbench.
But depends on the host provider to give you remote access.
Most linux servers have default configuration not to allow remote connection, which can be manually set to allow from a specified IP address.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, July 4, 2011 12:13 PM -
User1659074768 posted
You can try SQL Yog or Mysql workbench.
But depends on the host provider to give you remote access.
Most linux servers have default configuration not to allow remote connection, which can be manually set to allow from a specified IP address.
Alright thanks, will try
Monday, July 4, 2011 2:18 PM