Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Install MySQL 5.5 on Debian 10

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
Masterpc085
Posts: 2
Joined: 2021-06-16 19:45

Install MySQL 5.5 on Debian 10

#1 Post by Masterpc085 »

Hi everybody!
I have been trying to install Mysql 5.5 on Debian 10 but even though I have consulted several manuals, I think it is not installed properly because when installing the application that requires it I get an error.
Will there be a manual to install this?

:(

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Install MySQL 5.5 on Debian 10

#2 Post by arochester »

PRECISELY what error?

Is there any particular reason you want MySQL?
MySQL was replaced by Mariadb in Stretch...to install MariaDB, use the packages mariadb-server and mariadb-client.
Source - https://wiki.debian.org/MySql

Masterpc085
Posts: 2
Joined: 2021-06-16 19:45

Re: Install MySQL 5.5 on Debian 10

#3 Post by Masterpc085 »

The situation is this:
I need to install Moodle 3.3 and it requires MySQL 5.5 and PHP 7.0, when I am in the installation process I get this error:
Warning: mysqli :: __ construct (): (HY000 / 2002): No such file or directory in /var/www/html/moodle/lib/dml/mysqli_native_moodle_database.php on line 79
Therefore I think it is an error in the installation of MySQL 5.5

Thanks!!

arzgi
Posts: 1185
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: Install MySQL 5.5 on Debian 10

#4 Post by arzgi »

That's moodle warning, you should report to them.

3.11 is said to require these:

Code: Select all

Requires: PHP 7.3, MariaDB 10.2.29 or MySQL 5.7 or Postgres 9.6 or MSSQL 2017 or Oracle 11.2
https://download.moodle.org/releases/latest/

Post Reply