I can no longer add users to my database. I only get the error:
SQL Error (1114): The table 'global_priv' is full
I researched this issue, and the my.ini config for innodb_data_file_path did not have a cap. But I also tried setting it to 2GBs, but still to no avail:
innodb_data_file_path=ibdata1:10M:autoextend:max:2048M
I also have plenty of space on the drive mysql is installed on. Aside from that, my global_priv
table has a total of 7 rows.
Specifically, I'm using XAMPP 7.4.27 on Windows 10 x64, with MariaDB 10.4.22.