Hello Julian and STACKS friends,
I've run into a problem I've not seen before regarding mysql databasing with stacks:
after running denovomap the other day, I got the following errors:
ERROR 1114 (HY000) at line 1: The table 'markers' is full
ERROR 1114 (HY000) at line 1: The table 'snps' is full
after doing some digging around, it looked like the mysql ibdata1 file in /var/lib was causing mysql problems (and also filling up ALL the space in my root!!), so I have been painstakingly cleaning it up using mysqldump by moving the necessary files into my home directory (where there is more space) etc etc
However, I have been trying to restore the STACKS mysql files
restore:# mysql -u root -p[root_password] [database_name] < dumpfilename.sql
However, I am still getting the same error from mysql "ERROR 1114 (HY000) at line 33471: The table 'snps' is full"
Sorry if this is more of a mysql problem in general, but I thought a discussion here may help in case anyone else runs into the same issues.
Thank you!!
Josie
p.s. please let me know if you need any other log files, info etc