如何登录到在Docker上运行的Shopware版本6.5.1.0数据库?

huangapple go评论51阅读模式
英文:

How Do I Login To Shopware Version 6.5.1.0 Database on Docker?

问题

我遇到错误 权限被拒绝,URL为 localhost/adminer.php
我使用的凭据是:

系统 - MYSQL
服务器 - 本地主机
用户名 - root
密码 - root
数据库 - shopware

我该如何登录,我正在运行的 Shopware 版本是 6.5.1.0,使用的是 Docker。

英文:

I get the error Permission denied on URL localhost/adminer.php.
The credentials I use are:

System - MYSQL
Server	- Localhost
Username - root
Password - root
Database - shopware

How do I log in, I am using running Shopware Version 6.5.1.0 on Docker

答案1

得分: 1

Use 127.0.0.1 instead of localhost

System - MYSQL
Server - 127.0.0.1
Username - root
Password - root
Database - shopware

英文:

Use 127.0.0.1 instead of localhost

System - MYSQL
Server  - 127.0.0.1
Username - root
Password - root
Database - shopware

huangapple
  • 本文由 发表于 2023年5月30日 04:28:52
  • 转载请务必保留本文链接:https://go.coder-hub.com/76360165.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定