英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论