Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Restore Db

forums forums SQLyog Using SQLyog Restore Db

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #31608
      peterlaursen
      Participant

      Please look at this: 

      Code:
      CREATE DATABASE /*!32312 [b]IF NOT EXISTS[/b]*/`test` /*!40100 DEFAULT CHARACTER SET latin1 */;

      Probably the database already has a `test` database.  If it has nothing important you may drop it before running the import job. Or manually edit the dump and replace all instances of `test`with `test_new`or whatever.

Viewing 0 reply threads
  • You must be logged in to reply to this topic.