SA-MP Forums Archive
Help with installing mysql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help with installing mysql (/showthread.php?tid=661801)



Help with installing mysql - Edvukas - 15.12.2018

Hi how can I install mysql on linux debian 7?


Re: Help with installing mysql - Puchas - 16.12.2018

https://www.linode.com/docs/database...l-on-debian-7/

There are lost of lessons. Just use internet lad.


Re: Help with installing mysql - Infin1ty - 16.12.2018

Code:
sudo apt-get install mysql-server
you probably want to research it a bit more. I suggest mariadb over mysql personally.


Re: Help with installing mysql - cuber - 16.12.2018

Infinity already mentioned it but
PHP Code:
sudo apt-get install mysql-server 
should do the work

This helps maybe? https://www.linode.com/docs/database...l-on-debian-7/