Results 1 to 3 of 3

Thread: import database error

  1. #1
    Join Date
    Feb 2009
    Posts
    4

    Default import database error

    i have exported databse from another webiste, now i have creeted empty databse with
    unixmenc_phpbb 0.01 MB unixmenc_demo
    the Unixmenc_demo have full access to the database . when im trying to import the Phpbb databse named phpbb.sql .
    i got :
    Error
    SQL query:

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



    MySQL said:

    #1044 - Access denied for user 'unixmenc'@'localhost' to database 'phpbb_db'

    =================================================
    please help me !!!

    phpbb_db where come this name from
    and the user unixmenc i dont know wich user is this !!!!

    HEEEEEEEELP

  2. #2
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,951

    Default

    Delete the following statement from the file and try again.

    Quote Originally Posted by coldfire View Post
    CREATE DATABASE `phpbb_db` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

  3. #3
    Join Date
    Feb 2009
    Posts
    4

    Default its working

    its working fine now
    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •