W
W
weout2018-11-19 15:22:55
Debian
weout, 2018-11-19 15:22:55

Can you tell me the repository for Debian 9 without mariaDB?

I'm trying to install mysql on debian 9. The package from Yandex mirrors includes Maria, who does not start.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
U
uRoot, 2018-11-19
@uroot

The Debian repositories have MySQL, and MariaDB:

Proof

A
AVKor, 2018-11-19
@AVKor

This:

$ mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 29
Server version: 5.6.30-1~bpo8+1 (Debian)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

on my desktop.
This:
$ mysql
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 50
Server version: 10.1.26-MariaDB-0+deb9u1 Debian 9.1

Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>

on the home server. Both there and there - Debian 9.

B
Boris Syomov, 2018-11-19
@kotomyava

Download the package that will add the required repository:
Install it:
Install mysql:

apt-get update
apt-get install mysql-server

PS With mariadb, by the way, there should be no special problems, look at the logs, what exactly she doesn’t like, Oracle mysql may not start for the same reason either ... =)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question