Le 23/02/2018 à 14:49, Josep Manel Andrés Moscardó a écrit :
> The thing is that I have to install all of those dependencies and I
> don't want to end up having a very complex to maintain system.
>
>
> mbstring
> mcrypt
> gd with Freetype support
> curl
> mysql
> MySQLi (r
Hi,
Thanks, I will think about it.
The thing is that I have to install all of those dependencies and I
don't want to end up having a very complex to maintain system.
mbstring
mcrypt
gd with Freetype support
curl
mysql
MySQLi (required for PHP 5.5)
MySQLnd (required
On Fri, Feb 23, 2018 at 5:41 AM, Remi Collet
wrote:
> Le 23/02/2018 à 13:33, Josep Manel Andrés Moscardó a écrit :
> > Hi Remi, thanks.
> >
> > What do you mean pulling all packages from CentOS? CentOS base doesn't
> > have mysql 5.7 or php 5.6. Do you mean pulling them from CentOS SCL?
>
> Yes (
Alright, and then, what would be the appropriate way to use MySQL client
? should I type
scl enable rh-mysql57 bash
every time I want to use the client or make an alias?
Thanks.
On 23/02/18 13:41, Remi Collet wrote:
Le 23/02/2018 à 13:33, Josep Manel Andrés Moscardó a écrit :
Hi Remi, thank
Le 23/02/2018 à 13:33, Josep Manel Andrés Moscardó a écrit :
> Hi Remi, thanks.
>
> What do you mean pulling all packages from CentOS? CentOS base doesn't
> have mysql 5.7 or php 5.6. Do you mean pulling them from CentOS SCL?
Yes (which is a CentOS repository ;)
_
Hi Remi, thanks.
What do you mean pulling all packages from CentOS? CentOS base doesn't
have mysql 5.7 or php 5.6. Do you mean pulling them from CentOS SCL?
centos-sclo-rh/x86_64 CentOS-7 - SCLo rh
enabled:
Thanks.
On 23/02/18 12:49, Remi Collet wrote:
L
Le 23/02/2018 à 12:41, Josep Manel Andrés Moscardó a écrit :
> Hi,
> I am deploying the a LAMP server running CentOS but I need to run
> updated PHP and MySQL versions.
> Since this is my first time running SCL I thought it would be alright
> installing PHP from SCL, MySQL from their own official r
Hi,
I am deploying the a LAMP server running CentOS but I need to run
updated PHP and MySQL versions.
Since this is my first time running SCL I thought it would be alright
installing PHP from SCL, MySQL from their own official repos and apache
from CentOS 7 repos.
Should that work fine for a