MySQL ERROR 1114 (HY000) The table is full - How To Solve in XAMPP

[SOLVED] MySQL ERROR 1114 (HY000) The table is full – How To Solve in XAMPP?

In the past couple of days, I encountered this error more than once, whenever I tried to add a new user to a database on my local MySQL db. The fix is easy if you know what and where needs to be done. You need to change the ‘max’ value for the ‘innodb_data_file_path’ key, to …

[SOLVED] MySQL ERROR 1114 (HY000) The table is full – How To Solve in XAMPP? Read More »