access denied while transferring wordpress databse

Discussion in 'MySQL' started by mydeuter, Oct 24, 2007.

  1. #1
    hi,
    please advise on how to solve this problem

    Error

    SQL query:

    --
    -- Database: `ucapan_wrdp1`
    --
    CREATE DATABASE `ucapan_wrdp1` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

    MySQL said: Documentation
    #1044 - Access denied for user 'arshhcom'@'localhost' to database 'ucapan_wrdp1'
     
    mydeuter, Oct 24, 2007 IP
  2. jred2002

    jred2002 Well-Known Member

    Messages:
    160
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #2
    Have you ever created a database before on this server?

    Usually if you get that when attempting to create a database, it means that your user account does not have the necessary privileges to do so.
     
    jred2002, Oct 24, 2007 IP