小编Ali*_*han的帖子

Magento 2.4 安装不支持当前 RDBS 版本

我通过命令行在 Vagrant 上安装 Magento 2.4 这是我得到的错误

Current version of RDBMS is not supported. Used Version: 10.5.8-MariaDB-1:10.5.8+maria~bionic. Supported versions: MySQL-8, MySQL-5.7, MariaDB-(10.2-10.4)
Run Code Online (Sandbox Code Playgroud)

这是我的 Homestead.yaml 中的配置


ip: "192.168.10.10"
memory: 2048
cpus: 2
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: ~/code
      to: /home/vagrant/code

sites:
    - map: realityla.io
      to: /home/vagrant/code/realityla
    - map: lhm.bb
      to: /home/vagrant/code/lhm
    - map: magento.ee
      to: /home/vagrant/code/magento

databases:
    - homestead
features:
    - mysql: true
    - mariadb: true
    - postgresql: false
    - ohmyzsh: false
    - webdriver: false

# ports: …
Run Code Online (Sandbox Code Playgroud)

mysql mariadb vagrant magento2 homestead

0
推荐指数
1
解决办法
3595
查看次数

标签 统计

homestead ×1

magento2 ×1

mariadb ×1

mysql ×1

vagrant ×1