我想试试laravel octobercms,我的数据库有一些wordpress字段,当我安装10月份的时候,我得到了错误:
Database "###" is not empty. Please empty the database or specifyanother database.
There is a problem with the specified Database configuration.
我不知道该怎么办。我不想清空我的数据库,我该怎么办?
附言:我使用虚拟主机,只有一个数据库。
我正在研究symfony2,并试图从数据库.My创建实体,问题是我在数据库中有12个表,但是只有10个实体正在生成。
即使我试图单独导入这两个表,也不会导入它们。
我尝试过中提到的命令
但是当我运行命令
php app/console doctrine:mapping:import AppMyBundle \
metadata_format --filter="Yourtablename"
上面写着
Database does not have any mapping information.
对不起,我是新来的塞弗尼和教条,.Please建议我该怎么做?