Results 1 to 10 of 327

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,531
    Plugin Contributions
    127

    Default Re: Backup MySQL Database

    Quote Originally Posted by mani View Post
    I am getting this error when I try to create a backup

    0 => mysqldump: Got error: 1045: "Access denied for user 'anythingframedco_usman'@'localhost' (using password: NO)" when trying to connect

    How do i fix it?
    This means your database password, as specified in admin/includes/configure.php, has special characters in them. Change it to one without special characters and it will work.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Backup MySQL Database

    Quote Originally Posted by swguy View Post
    This means your database password, as specified in admin/includes/configure.php, has special characters in them. Change it to one without special characters and it will work.
    Or modify the plugin such that the password is within quotes with the password immediately following the -p (no space to follow:
    Code:
    -p'" . DB_SERVER_PASSWORD . "'
    With the possibility of needing to use addslashes() around the password constant.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Backup MySQL Database vs using cPanel backup option?
    By IronMan101 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Jul 2007, 08:46 AM
  2. Database Backup Manager - MySQL
    By sicness in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 7 Aug 2006, 09:42 PM
  3. Backup MySQL Database failure
    By JFD in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 3 Jun 2006, 06:55 AM

Posting Permissions

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