SA-MP Forums Archive
mysql database - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql database (/showthread.php?tid=415279)



need help with mysql database - dusk - 12.02.2013

Im asking for one of these things:

How can i install a mysql database on my VPS if i don't have root acces?

Can i setup a mysql database on my pc, if the server is on VPS?

If you know how do any one of those things,please share you knowledge with me


Re: mysql database - dusk - 12.02.2013

bump


Re: mysql database - Djole1337 - 12.02.2013

You can't.


Re: mysql database - adsy - 12.02.2013

you can run a mysql database on your own pc IF you open the ports and allow outside connections from the installation. As long as you point the server to your home IP address for the mysql server and the ports are all open correctly it is possible. (ps if your website host allows ip addresses outside the local range to be connected to it you can use a website mysql server)


Re: mysql database - dusk - 13.02.2013

I want to host it on a VPS. But how do i instal mysql to it ?


Re: mysql database - Mmartin - 13.02.2013

Quote:
Originally Posted by dusk
Посмотреть сообщение
I want to host it on a VPS. But how do i instal mysql to it ?
I suggest you not to. Judging by your obvious experience, you'd most likely break something.

The best thing you can do is contact the provider and ask him for installation. Though, if you decide to go on, there's plenty of tutorials on ******, all you need to specify is what you're looking for - "How to install mysql on *your distro here*".


Re: mysql database - dusk - 13.02.2013

All the tutorials i found tell me to use something like putty, unfortunately i don't have root access. Any ides how to install it without it?


Re: mysql database - InfiniTy. - 13.02.2013

Quote:
Originally Posted by dusk
Посмотреть сообщение
All the tutorials i found tell me to use something like putty, unfortunately i don't have root access. Any ides how to install it without it?
You can't


Re: mysql database - Vince - 13.02.2013

You can't install services if you don't have root access. It's simple. Though what service provider sells VPS' without root access?

The command, by the way, is (for Debian based distributions):
Код:
sudo apt-get install mysql-server