Results 1 to 5 of 5

Thread: Error 1045 on a Restore

  1. #1
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    789

    Default Error 1045 on a Restore

    Attempting to restore a mysql backup and receiving...

    ERROR 1045: Access denied for user: 'fluxse@localhost' (Using password: YES)

    Any ideas?

    Thanks!

    cPanel.net Support Ticket Number:

  2. #2
    Member
    Join Date
    Jul 2003
    Location
    USA Brooklyn NYC
    Posts
    38

    Default Re: Error 1045 on a Restore

    Originally posted by Solokron
    Attempting to restore a mysql backup and receiving...

    ERROR 1045: Access denied for user: 'fluxse@localhost' (Using password: YES)

    Any ideas?

    Thanks!

    Try this

    http://www.mysql.com/doc/en/Resetting_permissions.html

    It helped me tremendously! If that doesn't work, go into WHM and reset your MYSQL root password to the same password to see if that will help.

    David K.

    cPanel.net Support Ticket Number:
    •-=-•••••••••••••••••••••••••-=-•
    -- David K. Tucker- Owner/Founder
    -- EGGHEεDZ™ € How Do U LIKE Your Hosting? Inquire NOW: sales@eggzone.net | 1-888-545-5678
    -- Quality, Reliability, Honesty and Professionalism that CAN'T be beat!
    -- Become an EGGHEεD Today! AIM: GETEGGHEADZ | MSN: egg.headz @ msn.com
    •-=-•••••••••••••••••••••••••-=-•

  3. #3
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    789

    Default Re: Re: Error 1045 on a Restore

    This is not a root password issue.

    Thanks though.

    Originally posted by WebNET
    Try this

    http://www.mysql.com/doc/en/Resetting_permissions.html

    It helped me tremendously! If that doesn't work, go into WHM and reset your MYSQL root password to the same password to see if that will help.

    David K.

    cPanel.net Support Ticket Number:
    cPanel.net Support Ticket Number:

  4. #4
    Member
    Join Date
    Dec 2001
    Posts
    185

    Default

    same problem here,
    if you found a fix, let us know.

    cPanel.net Support Ticket Number:
    ~ Ehsan
    Do You Have a Hosting Business?
    If you can handle more clients list your business at: www.myserver.us

  5. #5
    Member Jemshi's Avatar
    Join Date
    Sep 2003
    Location
    India
    Posts
    217

    Default

    how did you try to restore the database ?

    try this.

    mysql -u username -p databasename < file.sql

    it will then ask for password. You can also use like this.

    mysql -u username -ppassword database < file.sql

    note that there is no space b/w p and password.

    or else, if you have only root login to mysql, then you can use the same command with username root and root password ( most probably, it wont be there )

    Last edited by Jemshi; 09-26-2003 at 05:52 AM.
    Jemshad O K
    Sys Admin
    Bobcares.com
    http://www.poornam.com
    Winners don't do different things. They do things differently

Similar Threads

  1. Еmail accounts don't create / no errors
    By simple_line in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 02-19-2005, 12:56 AM
  2. ERROR 1045: Access denied for user: 'root@localhost'
    By Jontxu40 in forum cPanel & WHM Discussions
    Replies: 7
    Last Post: 08-17-2003, 04:25 PM
  3. error 1045 (mysql)
    By AlaskanWolf in forum cPanel & WHM Discussions
    Replies: 7
    Last Post: 07-16-2003, 06:25 PM
  4. Cpanel ERROR 1045 MySql
    By viisage in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 04-24-2003, 07:21 PM
  5. error 1045 Access denied
    By DigiCrime in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 04-24-2003, 04:25 AM