如何在Symfony上运行数据库 [英] How can I get a database running on Symfony

查看:54
本文介绍了如何在Symfony上运行数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目标:

我正在尝试使用Symfony中的学说简单地创建数据库.我在xampp> htdocs

中安装了我的项目

我已尝试:

我正在运行apache服务器,可以在本地查看我的网站.
当我按照

解决方案

解决方案:

Windows 10在Xampp文件夹中有两个文件,文件中带有".ini".扩展程序,您也不需要.他们中没有注释的东西对我没有任何帮助.它不会添加模块.

在Windows 10上,您需要查看" C:\ Xampp \ php"用于称为配置"的文件.它与ini文件完全一样,但是没有扩展名.编辑该文件将启用模块.

感谢大家为回答我的问题付出的所有努力.您基本上是正确的.似乎只是缺少Windows 10的命名约定.

OBJECTIVE:

I am trying to simply create a database using doctrine in Symfony. I have my project installed in xampp>htdocs

I HAVE TRIED:

I have the apache server running and can view my site locally no problem.
When I follow the instructions in the documentation, I am able to successfully run these two commands:

composer require symfony/orm-pack
composer require --dev symfony/maker-bundle  

I then go to my .env file and change this line:

DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"

to be this line:

DATABASE_URL=mysql://root:pass@127.0.0.1:3306/symphart

-I have configured the root user to use the password "pass" and haved logged in to phpmyadmin -successfully.

-php.ini-production and php.ini-development both have pdo_mysql enabled

THE PROBLEM:

When I run the command:

php bin/console doctrine:database:create

I get the error:

C:\xampp\htdocs\symphart>php bin/console doctrine:database:create
[error] Error thrown while running command "doctrine:database:create". Message: "An exception occurred in driver: could not find driver"


In AbstractMySQLDriver.php line 128:

  An exception occurred in driver: could not find driver


In Exception.php line 18:

  could not find driver


In PDOConnection.php line 37:

  could not find driver

Here is a screenshot of the error message:

解决方案

SOLUTION:

Windows 10 has two files in the Xampp folder with the ".ini" extension, and neither are what you need. Uncommenting stuff in them did nothing for me. It wouldn't add modules.

On windows 10 you need to look in "C:\Xampp\php" for a file called "configuration". It's exactly like an ini file but has no extension. Editing THAT file will enable modules.

Thanks for all the effort everyone put into answering my question. You were all essentially right. Just missing the naming convention for Windows 10 it seems.

这篇关于如何在Symfony上运行数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆