• Marco_M

    (@marco_m)


    Hi I try to import the SQL Database of an existing WordPressBlog due to a change of Providers, but I keep getting this error:

    Fehler

    SQL-Befehl:


    — Table structure for table wordpresswp_commentmeta

    DROP TABLE IF EXISTS wordpresswp_commentmeta;

    MySQL meldet: Dokumentation
    #1046 – No database selected

    CAn somebody help me in what I am doing wrong? Thx Marco

Viewing 1 replies (of 1 total)
  • Prashant

    (@warezthief)

    Hi,

    You first need to select a database and then run the query.

    e.g Check this image

    IMAGE

    It has database listed on left hand side. You should have something listed over there. First select required database and then try running the query.

    If still doesn’t work, Post a link to screenshot where you are getting this error.

Viewing 1 replies (of 1 total)

The topic ‘Error 1046 when importing SQL DAtabase’ is closed to new replies.