Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Can I Remotely Access Astahost MySQL DBs?, Remote Ascess???
..::FoH::..Adm.H...
post Jan 27 2007, 02:39 PM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 3
Joined: 27-January 07
Member No.: 19,960



I can Access This MySQL Server using a Software like MySQL-Front?
Go to the top of the page
 
+Quote Post
pyost
post Jan 27 2007, 02:49 PM
Post #2


Nenad Bozidarevic
Group Icon

Group: [MODERATOR]
Posts: 1,013
Joined: 7-November 05
From: Belgrade, Serbia
Member No.: 9,500



I don't know how this program works, so I can't tell you exactly, but I do know that you probably won't need to use it. As it says in one description, it is a replacement for dealing with MySQL via the command line. However, at Astahost you can manage MySQL users and databases through cPanel, and the content of the databases through phpMyAdmin. Both are user-friendly and easy to use.
Go to the top of the page
 
+Quote Post
TavoxPeru
post Jan 28 2007, 01:25 AM
Post #3


Super Member
Group Icon

Group: [HOSTED]
Posts: 763
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



I dont know if it is posible to do with MySql-Front, what i know is that it is possible if you use Sqlyog Enterprise Edition using a Use HTTP Tunneling connection.

To perform a remote access with this software is very simple, and it only consists to upload a php file to your webserver and then configure a new connection in the software.

Best regards,
Go to the top of the page
 
+Quote Post
faulty.lee
post Jan 31 2007, 09:05 PM
Post #4


Premium Member
Group Icon

Group: [HOSTED]
Posts: 495
Joined: 5-November 06
Member No.: 17,016



QUOTE(TavoxPeru @ Jan 28 2007, 09:25 AM) *

I dont know if it is posible to do with MySql-Front, what i know is that it is possible if you use Sqlyog Enterprise Edition using a Use HTTP Tunneling connection.

To perform a remote access with this software is very simple, and it only consists to upload a php file to your webserver and then configure a new connection in the software.

Best regards,

I agree with TavoxPeru, so far i've been using SQLYog for more than half a year, very good indeed. HTTP Tunneling never fails me on ANY server i've come across.
Go to the top of the page
 
+Quote Post
bluefish
post Feb 1 2007, 01:55 AM
Post #5


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 71
Joined: 16-December 06
Member No.: 18,419



Yes you can, quite easily. I don't know the specific program, but it should act similar to what I know. For the server, just put in your address (i.e. yourname.astahost.com, or a TLD if you have one), and make sure the port # is 3306. Then login using the users you create on CPanel - make sure to prefix as in yourname_username (it says more about that on CPanel). Then just use your MySQL.
Go to the top of the page
 
+Quote Post
.:Brian:.
post Feb 13 2007, 10:22 PM
Post #6


Premium Member
Group Icon

Group: Members
Posts: 219
Joined: 13-February 07
Member No.: 20,371



I believe that you might have to do a little more than what bluefish mentioned in order to access a mysql DB....

But that depends on what you are trying to do....

Are you trying to just access the database yourself. As in you want to see what is in it, edit it, delete it, etc? If that is the case, simply login to cpanel, and click on mysql databases. From there you can create users and databases. Then if you would like to see what is in a database, or modify its contents. Click on the phpmyadmin link from that page.

If you have a web based application that is on another server that you would like to access your mysql database on the astahost server, you can simply go into cPanel, again click on the mysql databases button. Then go to the area that says "Access Hosts:". From there enter in the name or IP address of the server/computer that is trying has the application that is trying to access the database. For example, say you have some sort of database management software on your computer that you like to use, that can connect to mysql databases. You would simply enter your IP addess into textbox and click the add host button. (you can get your ip address by going to www.whatismyip.com ) If you have another website that you would like to access your database on the astahost server, you can simply add that domain name to the host textbox, and click on the add host button. (for example: microsoft.com) Then on your program that needs to access the server, you set your database host, to your astahost domain name (much like bluefish said)

Hope this helps,
Brian
Go to the top of the page
 
+Quote Post
HiddenKenshin
post Feb 14 2007, 07:01 PM
Post #7


Member - Active Contributor
Group Icon

Group: Members
Posts: 88
Joined: 28-January 07
Member No.: 20,007



QUOTE(.:Brian:. @ Feb 13 2007, 11:22 PM) *
I believe that you might have to do a little more than what bluefish mentioned in order to access a mysql DB....

But that depends on what you are trying to do....

Are you trying to just access the database yourself. As in you want to see what is in it, edit it, delete it, etc? If that is the case, simply login to cpanel, and click on mysql databases. From there you can create users and databases. Then if you would like to see what is in a database, or modify its contents. Click on the phpmyadmin link from that page.

If you have a web based application that is on another server that you would like to access your mysql database on the astahost server, you can simply go into cPanel, again click on the mysql databases button. Then go to the area that says "Access Hosts:". From there enter in the name or IP address of the server/computer that is trying has the application that is trying to access the database. For example, say you have some sort of database management software on your computer that you like to use, that can connect to mysql databases. You would simply enter your IP addess into textbox and click the add host button. (you can get your ip address by going to www.whatismyip.com ) If you have another website that you would like to access your database on the astahost server, you can simply add that domain name to the host textbox, and click on the add host button. (for example: microsoft.com) Then on your program that needs to access the server, you set your database host, to your astahost domain name (much like bluefish said)

Hope this helps,
Brian

I'm also kind of interested on this matter; I often need to get on my Cpanel from college, but their proxy server does not allow HTTPS outside of the college network to be accessed. Which is frustrating because sometimes it just can't wait 'till I get back home.

Being able to at least see the databases, remotely would be a nice thing, would that work through a program like suggested above?
In fact, is there a way to get onto Cpanel, by any chance?
Go to the top of the page
 
+Quote Post
Valkyria
post Feb 16 2007, 05:17 PM
Post #8


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 58
Joined: 9-January 07
Member No.: 19,280



Hey thanks for the advice here. I've wanted to connect to my database directly, but with no success. I always use SQLyog for my local databases but couldn't get to connect to astahost. Then tried SQLYog with tunnelling, and I could manage to connect, but couldn't do much as it keeps logging off.
Then I tried "Add hosts" from Cpanel ( I didn't know there was such thing in Cpanel, or anywhere for that matter) and I got different results. I had a previous user for one of my databases, but it seemed to have problems. I created a new user and all went smoothly.
Just one thing: when I tried to change user permissions to access the database remotely (just for security) I couldn't do it, even though I changed them from Cpanel, when I got back to the user it had all priviledges again. I don't know if it's a problem with Cpanel, but well, all in all I know the access is working, and to keep things secured I'll create and delete users and hosts (my IP is dynamic) as I see fit whenever I want to access the MySQL server.
Go to the top of the page
 
+Quote Post
.:Brian:.
post Feb 17 2007, 08:07 PM
Post #9


Premium Member
Group Icon

Group: Members
Posts: 219
Joined: 13-February 07
Member No.: 20,371



HiddenKenshin, for accessing cpanel from where you cannot access https sites you should be able to access cpanel by using the following url format.

http://www.yoursite.com:2082

You should be able to log into cpanel that way, however keep in mind that it isn't https, so that it will not necessarily be as secure as accessing your site by going to http://www.yoursite.com/cpanel/

Hope that works, as I am not as of yet hosted at astahost, so I can't check and see if it works, however that did work for my old host.
Go to the top of the page
 
+Quote Post
bluefish
post Feb 17 2007, 10:52 PM
Post #10


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 71
Joined: 16-December 06
Member No.: 18,419



I forgot to mention, you also need to add "@" to the list of access hosts on the MySQL DB part of cPanel; but that should be pretty much all.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Teamviewer(7)
  2. Remote Desktop Software(7)
  3. Free Remote Wireless Server?(1)
  4. Database Access On Remote Server W/jsp(0)
  5. Awesome Remote Control Software!(18)
  6. Connecting To A Remote Database(9)
  7. Altiris Deployment Server: Creating Boot Disks (remote)(2)
  8. Remote Connection(5)
  9. Treo 650 And Novii Remote(4)
  10. Remote Avatar In Phpbb3(0)
  11. Remote Desktop Connection Question(10)
  12. Automatic/remote Php Script Execution(9)
  13. Cpanel Error(5)
  14. Remote Desktop Connection In Windows Vista(0)
  15. Winzip ActiveX Control Remote Code Execution Vulnerability(2)
  1. Free Hosting(4)
  2. Yahoo! Protocol: Part 14 - Remote Code Execution?(0)
  3. How To Check File Size Of A Remote Folder(5)
  4. Remote Access(8)
  5. MP3 Remote Control For Palm?(0)
  6. Need Help On Remote Access...(16)
  7. Possible To Do?(7)
  8. Subdomain Registration Problem(1)
  9. Remote Databases(4)
  10. How To Access a Remote MySQL(1)


 



- Lo-Fi Version Time is now: 11th October 2008 - 07:13 AM