作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚在 symfony 上创建了一个实体
我现在正在尝试使用控制台命令创建一个数据库:
php app/console doctrine:database:create
这会产生这个错误:
Could not create database for connection named `symfony`
SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
/var/run/mysqld/文件夹实际上不存在于我的计算机中!?
我的 app/config/parameters.yml :
parameters:
database_driver: pdo_mysql
database_host: localhost
database_port: ~
database_name: symfony
database_user: root
database_password: ~
mailer_transport: smtp
mailer_host: localhost
mailer_user: ~
mailer_password: ~
locale: en
secret: ThisTokenIsNotSoSecretChangeIt
怎么了?我错过了什么?我怎样才能访问 symfony projet 上的 phpmyadmin?
最佳答案
在您的 parameters.yml 中尝试使用 localhost 而不是 127.0.0.1 进行连接。在 ubuntu 电脑上为我工作。
关于mysql - symfony2 : MySQL server error when trying to create a database,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13211386/
我是一名优秀的程序员,十分优秀!