gpt4 book ai didi

mysql - symfony2 : MySQL server error when trying to create a database

转载 作者:行者123 更新时间:2023-11-29 06:55:08 26 4
gpt4 key购买 nike

我刚刚在 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com