Laravel: Homestead MariaDB

Pagina: 1
Acties:

Vraag


Acties:
  • 0 Henk 'm!

  • _Moe_
  • Registratie: Mei 2006
  • Laatst online: 04-08 14:45
In de documentatie van Homestead is te vinden dat je mariadb heel eenvoudig kan installeren door toevoeging van de mariadb option. Wanneer ik dit doe zoals voorgeschreven en vervolgens vagrant up run, krijg ik volgende log terug:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
==> default:  mariadb-server : Depends: mariadb-server-10.1 (= 10.1.16+maria-1~trusty) but it is not going to be installed
==> default: E
==> default: :
==> default: Unable to correct problems, you have held broken packages.
==> default: /tmp/vagrant-shell: line 42: /etc/mysql/my.cnf: No such file or directory
==> default: sed: can't read /etc/mysql/my.cnf: No such file or directory
==> default: /tmp/vagrant-shell: line 48: mysql: command not found
==> default: Failed to restart mysql.service: Unit mysql.service not found.
==> default: /tmp/vagrant-shell: line 51: mysql: command not found
==> default: /tmp/vagrant-shell: line 52: mysql: command not found
==> default: /tmp/vagrant-shell: line 53: mysql: command not found
==> default: /tmp/vagrant-shell: line 54: mysql: command not found
==> default: Failed to restart mysql.service: Unit mysql.service not found.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.


Iemand een idee wat er mis loopt?

RTFM!

Alle reacties


Acties:
  • 0 Henk 'm!

  • Juup
  • Registratie: Februari 2000
  • Niet online
Lijkt er op dat je eerst MariaDB of MySQL moet installeren?

Een wappie is iemand die gevallen is voor de (jarenlange) Russische desinformatiecampagnes.
Wantrouwen en confirmation bias doen de rest.


Acties:
  • 0 Henk 'm!

  • EagleTitan
  • Registratie: Januari 2004
  • Niet online
Misschien hieraan gerelateerd: https://github.com/laravel/homestead/pull/346 ?