Forum Moderators: open

Message Too Old, No Replies

mysqldump error 1146 non exist table

mysqldump error 1146 non exist table

         

swapshop

7:21 pm on Oct 10, 2008 (gmt 0)

10+ Year Member



Hello

I am currently with <host snipped>

I was told to move to a PSMysql server due to hight usage as my sites ramp up

I want to take my usual weekly backup using mysqldump

mysqldump --opt -uuser_user -ppassword! -h localhost dateau_db > BK_11_Aug_2008.sql

Most of the sites complete this ok (chaneg the cmd line per site) but two sites report this error

mysqldump error 1146 non exist table

Check to see the table and it does not exist yet when I try to create it I get a message that the table is actually there in both case?

<host snipped> tell me they need to restore from BK?

What else can I do before I need to BK as the sites are fine except no BK?

[edited by: physics at 7:03 pm (utc) on Oct. 12, 2008]

physics

7:04 pm on Oct 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Did you try doing an optimize/repair?

[dev.mysql.com...]

swapshop

10:18 am on Oct 14, 2008 (gmt 0)

10+ Year Member



yes I have cron jobs doing this weekly

Still no further ahead?

swapshop

10:20 am on Oct 14, 2008 (gmt 0)

10+ Year Member



Sorry is this the same as repair from Mysql web interface?