Home Forums Newsletter Plugin Support Moving SQL Database to Another ISP?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7911
    wildview1
    Member

    Hi, I’m trying to move our DB to another ISP service, but when importing the DB is dumps the wp_newsletter table because it’s locked. How do I unlock the newsletter table so the import will work?

    Here is the error:
    LOCK TABLES `wp_newsletter` WRITE;
    /*!40000 ALTER TABLE `wp_newsletter` DISABLE KEYS */;

    Thanks,
    R.

    #7913
    Stefano
    Keymaster

    Hi, there is no reason to have that table locked, I don’t know why. I moved database from different providers many time without problem. Try to remove the lock from the dump.

    Stefano.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.