douduocuima61392 2015-03-26 05:12
浏览 35
已采纳

OctoberCMS未找到管理员帐户“空后端用户”

Hi I am using October CMS, after installation when i try to login. I get "No User found", error.

After logging in to MySQL, doing SELECT for admin user, i get result :-

mysql> select * from backend_users;
Empty set (0.00 sec)

I need help in re-generating admin account. How can i do it ?

Thanks

  • 写回答

1条回答 默认 最新

  • dsfphczao23473056 2015-03-26 05:42
    关注

    One solution is that you can delete all your tables from database(if you don't have critical data in tables) and fire following command from console

    php artisan october:up
    

    This command fire all migration(create table) and seed all datas.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?