Symfony4 数据库连接

 代码

https://github.com/liudianpeng/BlogMVC-Symfony4

.env 文件可以调整一下数据库连接信息

###> doctrine/doctrine-bundle ###
DB_URL=mysql://root@127.0.0.1:3306/symfony?charset=utf8mb4
###< doctrine/doctrine-bundle ###
 
 
bin/console doctrine:database:create
bin/console doctrine:schema:update --force

猜你喜欢

转载自www.cnblogs.com/Amos-Turing/p/9840324.html