473,503 Members | 1,300 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Remote MySQL Access

Some partners of mine and I are writing a host-based application,
which would greatly benefit if we could take advantage of a web
services-like function we are formulating.

Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.

In my experience, typically web hosting providers only allow localhost
access to MySQL databases.

Are there any providers who either allow remote access or does anyone
know of providers specifically designed for this function? I did find
one, but it is a "giveaway" when their product is purchased:
http://www.navicat.com

So far, I'm on page 8 of my 110,000-item result from a Google search.
kai
www.perfectreign.com || www.filesite.org
g2004 at g3prod.cotse.net
Jul 17 '05 #1
12 2829
"filesiteguy" <ab***@127.0.0.1> wrote in message
news:co********************************@4ax.com...
Some partners of mine and I are writing a host-based application,
which would greatly benefit if we could take advantage of a web
services-like function we are formulating.

Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.

In my experience, typically web hosting providers only allow localhost
access to MySQL databases.

Are there any providers who either allow remote access or does anyone
know of providers specifically designed for this function? I did find
one, but it is a "giveaway" when their product is purchased:
http://www.navicat.com


My host, www.lunarpages.com (use this link:
http://secure.lunarpages.com/trackin...cgi?id=obsydi2) if
you want to sign up and give me affiliate credit), allows you to add as many
valid external hosts as you would like for remote access to the database. I
use that all the time to access my hosted database from my home test server.

For that matter, just about any host that uses a cPanel control panel will
probably do the same.

- Virgil
Jul 17 '05 #2
filesiteguy <ab***@127.0.0.1> wrote in
news:co********************************@4ax.com:
Some partners of mine and I are writing a host-based application,
which would greatly benefit if we could take advantage of a web
services-like function we are formulating.

Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.

In my experience, typically web hosting providers only allow localhost
access to MySQL databases.

Are there any providers who either allow remote access or does anyone
know of providers specifically designed for this function? I did find
one, but it is a "giveaway" when their product is purchased:
http://www.navicat.com

So far, I'm on page 8 of my 110,000-item result from a Google search.
kai
www.perfectreign.com || www.filesite.org
g2004 at g3prod.cotse.net


I don't know what your budget is, but you might consider renting a
dedicated server then you can do whatever you like. You will have root
access (full control). Now a days, you can find dedicated servers for less
than $60 per month. Granted, these are low end servers, but you would not
be sharing with other customers and the net effect might be better
performance than a shared hosting solution.
--
Edward Alfert
http://www.rootmode.com/
Multiple Domain Hosting and Reseller Hosting Plans
Coupon Code (Recurring $5/month Discount): newsgroup

Jul 17 '05 #3
In article <co********************************@4ax.com>, ab***@127.0.0.1
says...
Some partners of mine and I are writing a host-based application,
which would greatly benefit if we could take advantage of a web
services-like function we are formulating.

Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.

In my experience, typically web hosting providers only allow localhost
access to MySQL databases.

Are there any providers who either allow remote access or does anyone
know of providers specifically designed for this function? I did find
one, but it is a "giveaway" when their product is purchased:
http://www.navicat.com

So far, I'm on page 8 of my 110,000-item result from a Google search.


Why not run a web service that has one web site query the other web site
for information - use some non-standard port.

--
--
sp*********@rrohio.com
(Remove 999 to reply to me)
Jul 17 '05 #4
In article <co********************************@4ax.com>, filesiteguy wrote:
Some partners of mine and I are writing a host-based application,
which would greatly benefit if we could take advantage of a web
services-like function we are formulating.

Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.
Meaby have a look at a better/more flexible rdbms that supports
replication?
Are there any providers who either allow remote access or does anyone
know of providers specifically designed for this function? I did find
one, but it is a "giveaway" when their product is purchased:
http://www.navicat.com


You could do it yourself. But instead of using some obscure portnumber
do it the right way: set up a SSL tunnel between the mysql server and
the client and send all traffic through that tunnel.
--
Tim Van Wassenhove <http://home.mysth.be/~timvw>
Jul 17 '05 #5
Tim Van Wassenhove <eu**@pi.be> wrote:
Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.


Meaby have a look at a better/more flexible rdbms that supports
replication?


What are you trying to say?

BTW mysql 4.x supports replication.

--

Daniel Tryba

Jul 17 '05 #6
I would suggest two solutions:

1. on the host where MySQL running you deploy a web based query
service. This can be fully implemented by php script, and can be
accessed from remote host.

2. I can provide you with a hosting plan at $240/year with following
features:
600M space, 10G bandwidth, unlimited pop account, unlimited
databases, and allow remote access (at your own risk:).
Alex Shi

Some partners of mine and I are writing a host-based application,
which would greatly benefit if we could take advantage of a web
services-like function we are formulating.

Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.

In my experience, typically web hosting providers only allow localhost
access to MySQL databases.

Are there any providers who either allow remote access or does anyone
know of providers specifically designed for this function? I did find
one, but it is a "giveaway" when their product is purchased:
http://www.navicat.com

So far, I'm on page 8 of my 110,000-item result from a Google search.
kai
www.perfectreign.com || www.filesite.org
g2004 at g3prod.cotse.net

Jul 17 '05 #7
Daniel Tryba wrote:
Tim Van Wassenhove <eu**@pi.be> wrote:
Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.


Meaby have a look at a better/more flexible rdbms that supports
replication?


What are you trying to say?

BTW mysql 4.x supports replication.


Actually all the way back to 3.23.15

--
MVH Jeppe Uhd - NX http://nx.dk
Webhosting for nørder og andet godtfolk
Jul 17 '05 #8
Jeppe Uhd wrote:
Daniel Tryba wrote:
Tim Van Wassenhove <eu**@pi.be> wrote:
Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.

Meaby have a look at a better/more flexible rdbms that supports
replication?


What are you trying to say?

BTW mysql 4.x supports replication.


Actually all the way back to 3.23.15


Yes but AFAICS its not a distributed database which I suspect is what K
needs.

The sugestion of using a php protocol wrapper to run the queries as if local
could be implemented fairly easily (I reckon about 60 lines of code) and
would be my bet as the easiest solution.

HTH

C.
Jul 17 '05 #9
Colin McKinnon <co**************@andthis.mms3.com> wrote:
BTW mysql 4.x supports replication.
Actually all the way back to 3.23.15


Yes but AFAICS its not a distributed database which I suspect is what K
needs.


Master/master replication is in 4.1.x (which is not for production last
time I took al ook).
The sugestion of using a php protocol wrapper to run the queries as if local
could be implemented fairly easily (I reckon about 60 lines of code) and
would be my bet as the easiest solution.


Fastest and safest (networkwise, like http is almost always open or
available by proxy) solution indeed.

--

Daniel Tryba

Jul 17 '05 #10
In article <cc**********@news.tue.nl>, ne****************@canopus.nl
says...
Master/master replication is in 4.1.x (which is not for production last
time I took al ook).


It wouldn't matter - if they don't allow remote access then they won't
allow a connection for replication.

If he's going to be stuck with no-remote connections to it, the easiest
method would be to write a couple pages that let him pull the raw data
over some for of web page query and automate the process.

--
--
sp*********@rrohio.com
(Remove 999 to reply to me)
Jul 17 '05 #11
On Thu, 08 Jul 2004 09:22:35 +0100, Colin McKinnon
<co**************@andthis.mms3.com> wrote:
Jeppe Uhd wrote:
Daniel Tryba wrote:
Tim Van Wassenhove <eu**@pi.be> wrote:
> Unfortunately, this requires a centralized (or duplicated) MySQL
> database which can be accessed via several web hosting providers.

Meaby have a look at a better/more flexible rdbms that supports
replication?

What are you trying to say?

BTW mysql 4.x supports replication.


Actually all the way back to 3.23.15


Yes but AFAICS its not a distributed database which I suspect is what K
needs.

The sugestion of using a php protocol wrapper to run the queries as if local
could be implemented fairly easily (I reckon about 60 lines of code) and
would be my bet as the easiest solution.

Sorry for stepping back in so late - that's kind of what we decided
on. We'll host a database on siteX with various PHP scripts running.
An applicaiton on siteY will call the PHP scripts on siteX which will
return the neccesary encrypted data to siteY for siteY to consume/use.
We've got it pretty much worked out already. (Caffeine is a wonderful
thing!)

K
kai
www.perfectreign.com || www.filesite.org
g2004 at g3prod.cotse.net
Jul 17 '05 #12
On Thu, 8 Jul 2004 08:29:20 +0200, "Jeppe Uhd" <ln*********@nx.dk>
wrote:
Daniel Tryba wrote:
Tim Van Wassenhove <eu**@pi.be> wrote:
Unfortunately, this requires a centralized (or duplicated) MySQL
database which can be accessed via several web hosting providers.

Meaby have a look at a better/more flexible rdbms that supports
replication?


What are you trying to say?

BTW mysql 4.x supports replication.


Actually all the way back to 3.23.15


Now if we could only get the stored procedures to work as I assume
stored procedures should work (ie - like DB2 or MSSQL/Sybase)

K
kai
www.perfectreign.com || www.filesite.org
g2004 at g3prod.cotse.net
Jul 17 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4192
by: Mary Grace | last post by:
I have been using MySQL for awhile, and for the first time someone from outside our portable /16 needs access to some tables. We have given them the server IP address, the dB name, the port 3306,...
1
4366
by: Fred | last post by:
I just started using MySQL, and cannot find how to configure host access in the my.cnf file. I want to be able to allow access to a MySQL database from a remote host, and also from a particular...
4
8401
by: Ian Davies | last post by:
Hello all The following code allows me to connect to a local MySQL database on my pc from a VB6 project. **************************************************************************** ** Dim...
9
3655
by: Greg Gursky | last post by:
Hello: I'm doing some planning on a potential project with which I need some help. The database at the focus of this question is a MS Access database that is currently accessed by DAO from a...
7
2478
by: Ike | last post by:
Let's say I have a MySQL 4.12 database, opened to the internet on 111.111.111.111 allowing all incoming and outgoing ports. I have a username and password setup, which CAN connect to this database,...
2
22525
by: Martin | last post by:
Hi all. I have a fully functional page hosted on my PC that uses PHP and connects to MySQL on my PC to generate it's code. I now have some web hosting available which includes both PHP and...
4
3884
by: Jerim | last post by:
I have a script on one server, trying to access the MySQL database on another server. The server with the script is on an outside network, hosted with another company. The MySQL server is here in...
7
2254
by: Kurt Jakobsen | last post by:
Hello, I have a client program that I use to access a MySql 5.0 community server. The client can be on the machine where the MySql server is installed or from a remote machine. The client has...
4
2029
by: Pseudonyme | last post by:
A Paris Le 14 Nv MMVII Dear Madam and Sir, Do you know how to access a MYSQL DB from an external server ? We read the information and studied :
0
7089
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7339
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6995
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7463
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5581
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3157
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1515
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
389
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.