-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: dial tcp 127.0.0.1:3306 #105
Comments
when running key_buffer_size=8388608 Thread pointer: 0x7fbb50000ba0 Trying to get some variables. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains |
Hi @longzilicart , thanks for writing in and happy to help. I'm going to ask internally on if there is a recommended W&B approach to resolving this and get back to you by end of week. |
Hi @MBakirWB, thank you for your reply! Any solution for recovering the data would be really helpful. I am waiting for your good news. |
Hi @longzilicart , spoke to our deployment team and as it is difficult to isolate the specific reason why your DB became corrupt, we cannot guarantee the below will provide a fix or preserve your data. Per the resources you referenced above you could try something like:
Then, if it works, stop the container and restart without the
|
WandB Internal User commented: Hi @MBakirWB, thank you for your reply! Any solution for recovering the data would be really helpful. I am waiting for your good news. |
Thanks a lot. I will have a try and provide more details. |
WandB Internal User commented: |
I tried innodb_force_recovery from 1 to 3 and then ran
|
After i delete the --mount option, i got
|
WandB Internal User commented: After i delete the --mount option, i got
|
The error indicates there is invalid data on whatever mount you added. If you're able to start over, just mount a different volume, i.e. |
After days of struggle to recover the DB, I finally gave up. An easier way is to start a new server and sync the wandb-run-folder.
|
The container must be excuted in root user due to the write and read permissions problem. The reason is that mysql can't start with the root user. You can login the docker container and excute the following command.
The solution is from here: When the mysql server start, it will solve the dial problem. |
I faced the same problem with #97, probably caused by a storage crash (NAS). The provided solution in the SQL log file points to this link: sql-innodb-recovery. The database seems corrupted (while no data was lost in this accident). Unfortunately, I did not find the SQL options file, only auto.cnf in ./WANDB/mysql/. It still seems impossible to repair the database. How to fix the database or migrate the data.
The text was updated successfully, but these errors were encountered: