Mysql Support (Install) - 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: Mysql Support (Install) (
/showthread.php?tid=571547)
Mysql Support (Install) -
Brys - 19.04.2015
Can someone help me installing Mysql on ubuntu or Centos ? in general.. linux, also i need mysql.so of version 5, Thank's.
Re: Mysql Support (Install) -
Jake187 - 19.04.2015
Very simple.
Download and install the MySQL repo located at
https://dev.mysql.com/downloads/repo/
You can view a guide on how to install them at
https://dev.mysql.com/doc/mysql-yum-...uick-guide/en/ for CentOS and
https://dev.mysql.com/doc/mysql-apt-...uick-guide/en/ for Ubuntu
Once installed and mySQL is fully installed you simply can yum or apt install the needed libs like libmysqlclient16 if you're running a 64bit OS.
This is the best and official way to install the latest mySQL and receive all the latest updates right away and the only way to install 32bit libs on a 64bit system officially.