• Heres the story-

    i am running a few sites on my hosting package.

    accidentally earlier i deleted my database from the wrong site (luckily i backed up before this)… but now it tells me my user for that database cant have access to information schema as i try up import the backup?

    any suggestions?

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

    (@xenoshane)

    Heres the Error..

    —————
    SQL query:


    — Database: information_schema

    CREATE DATABASE information_schema DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

    MySQL said: Documentation
    #1044 – Access denied for user ‘my-username’@’%’ to database ‘information_schema’

    ——————

    Cant understand this… ive tried giving another user privileges, ive tried creating another database and using my user again to import the database… no luck, same errors all the time?

Viewing 1 replies (of 1 total)
  • The topic ‘database wont let me acces information schema?’ is closed to new replies.