magento安装时的数据库访问错误
Posted Magento开发博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了magento安装时的数据库访问错误相关的知识,希望对你有一定的参考价值。
这是mysql权限错误试试这个
进入到mysql控制台
mysql -u root -p
之后给予许可访问
GRANT ALL PRIVILEGES ON magento2.* TO ‘root‘@‘%‘ WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON magento2.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘YourPassword‘;
FLUSH PRIVILEGES;
你可以像测试
mysql -u root -h localhost -p
如果是允许mysql的控制台,您的问题得到有效解决。
以上是关于magento安装时的数据库访问错误的主要内容,如果未能解决你的问题,请参考以下文章
在 Magento 中加载日志访问者集合时收到“查询为空”错误
magento没有安装在ubuntu 14.04上,数据库没有配置
安装完magento后,其他电脑无法访问magento,URL自动跳转到http://localhost/magento