Okay.
I have £1.50 in my paypal account. I will give that to anybody that helps.
I need a MySQL database that allows remote access so I can test my garrys mod server.
Be my savior!
Doesn't any MySQL database offer remote access if you have the credentials??
Most providers offer the option to (dis)allow remote connections. What control panel does yours need?
If you already have a server running mysql (or where you can install mysql):
[code]
ssh $: mysql -u root -p
grant all privileges on database.* to 'user'@'%' identified by 'password';
exit;
[/code]
And you should be set.
Otherwise, PM me a username/password and I'll set up a db/user for you on one of my servers, you can keep the money.
[editline]4th January 2012[/editline]
[QUOTE=TerabyteS_;34046206]Doesn't any MySQL database offer remote access if you have the credentials??[/QUOTE]
The default user usually only allows local access (for example: root@localhost).
If that doesn't work try using [url]http://www.heliohost.org/[/url] , their downtime has been
pretty low for the past few months and they allow remote connections for FREE. :)
[QUOTE=StinkyJoe;34046623]If you already have a server running mysql (or where you can install mysql):
[code]
ssh $: mysql -u root -p
grant all privileges on database.* to 'user'@'%' identified by 'password';
exit;
[/code]
And you should be set.
Otherwise, PM me a username/password and I'll set up a db/user for you on one of my servers, you can keep the money.
[editline]4th January 2012[/editline]
The default user usually only allows local access (for example: root@localhost).[/QUOTE]
That's very much appreciated but I found one thank you :)
Which one did you find? :o
[QUOTE=TerabyteS_;34046206]Doesn't any MySQL database offer remote access if you have the credentials??[/QUOTE]
no
Sorry, you need to Log In to post a reply to this thread.