Migrating Multisite – Database error, missing wp_blogs table

Finally I have been able of import the database succesfully. Because my path is localhost/projects/example and no only localhost, after doing the replace with the plugin I have to manually change some tables path.

On wp_blogs and wp_site tables I have:

  • Domain = localhost/projects/example
  • Path = /

I have to change to:

  • Domain = localhost
  • Path = /projects/example/

And now it works perfectly!!

If somebody know about a way to do this change automaticaly I will love to read it.