• Resolved wwidwu2

    (@wwidwu2)


    SQL query:


    — Database: newblogfoitz

    — ——————————————————–
    Eek!!! I hope someone might be able to help. Am trying to import a WordPress mySQL file and have run into a problem (below) and it won’t let me import the file. Am not crash hot with knowledge about this mySQL stuff, so hope someone out there might be able to help if the .sql file needs editing.
    Thanks very much in advance! 🙂

    —————-
    Error

    SQL query:


    — Database: newblogfoitz

    — ——————————————————–

    — Table structure for table wp_commentmeta

    CREATETABLEIFNOTEXISTSwp_commentmeta (

    meta_id bigint( 20)unsigned NOTNULLAUTO_INCREMENT ,
    comment_id bigint( 20)unsigned NOTNULL default’0′,
    meta_key varchar( 255)default NULL ,
    meta_value longtext,
    PRIMARYKEY (meta_id) ,
    KEYcomment_id (comment_id) ,
    KEYmeta_key (meta_key)
    ) ENGINE=MYISAMDEFAULT CHARSET= utf8 AUTO_INCREMENT=21;

Viewing 1 replies (of 1 total)
  • Thread Starter wwidwu2

    (@wwidwu2)

    At the end, it also said:

    MySQL said:
    #1142 – CREATE command denied to user ‘Wombat0701’@’182.50.131.34’ for table ‘wp_commentmeta’

Viewing 1 replies (of 1 total)

The topic ‘mySQL database importing error’ is closed to new replies.