Hello,
In order to spare server-traffic for your mysql-server I've been mirroring the most heavily used database-tables
for usage on a local mysql-server as described on your website:
This worked fine so far, however the current version of the hg19 refGene table seems to be buggy.
When accessed locally it causes the MySQL Server to hang forever. I checked the table using
"check table refGene;"
which gives me
| hg19.refGene | check | warning | 1 client is using or hasn't closed the table properly |
| hg19.refGene | check | Error | File
'./hg19/refGene.frm' not found (Errcode: 13) |
| hg19.refGene | check | status | Table is already up to date |
Since /var/lib/mysql/hg19/refGene.frm is present and not empty I assume there is a problem with the original file on the download server.
The error does not occur accessing your public mysql-server, so you might just have to make a fresh copy of the three refGene table files to the download location (
hgdownload.cse.ucsc.edu/mysql/hg19/).
Could you check that?
Thanks a lot for help again :-)
Mark