root@jack:/var/www/xxx.com# php artisan migrate
Migration table created successfully.
[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1114 The table 'users' is full (SQL: alter
table `users` add unique users_email_unique(`email`))
[PDOException]
SQLSTATE[HY000]: General error: 1114 The table 'users' is full
刚刚安装了新的laravel 5,我在运行迁移时遇到错误它说表用户已满,我已经在谷歌搜索并添加到my.cnf
innodb_data_file_path = ibdata1:10M:autoextend
innodb_file_per_table = 1
innodb_file_format = barracuda
然后删除所有数据库并重新恢复..
对此错误的任何想法?
谢谢