• I have got a domain and am trying to proceed towards the first step. But I get the error:

    #1044 – Access denied for user ‘vit_vit’@’localhost’ to database ‘wordpress2’

    In the sql file, I’ve changed the values which have the localhost address with the appropriate actual site address.

Viewing 3 replies - 1 through 3 (of 3 total)
  • it’s a database configuration issue. you need to give the appropriate user rights to the user vit_vit in the database.

    Thread Starter abhishek_turbo911

    (@abhishek_turbo911)

    I have. Apparently, vit_vit has ALL the priveleges. Sorry, I forgot to add this info…

    make sure it has privileges for the ‘wordpress2’ database too, and not just privileges on the database server.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error 1044 on phpMyadmin while exporting sql file’ is closed to new replies.