Results 1 to 10 of 19

Threaded View

  1. #1
    Join Date
    Mar 2013
    Location
    Sydney, Australia
    Posts
    140
    Plugin Contributions
    0

    Default Error 1044 when moving database to new server

    I am moving a site to a new server.
    My old server had a prefix of kinectwe_ and the new server has a prefix of cashexch_ . Also my sql backup file (from old server) is called kinectwe_ingleburncashexchange.sql .
    I am following these instructions https://www.zen-cart.com/content.php...fferent-server
    I have followed all steps ok, however when I get to step 5D (import into database) I encounter a 1044 error:
    --
    -- Database: `kinectwe_ingleburncashexchange`
    --
    CREATE DATABASE IF NOT EXISTS `kinectwe_ingleburncashexchange` DEFAULT CHARACTER SET latin1 COLLATE latin1_general_ci;


    MySQL said: Documentation

    #1044 - Access denied for user 'cashexch'@'localhost' to database 'kinectwe_ingleburncashexchange'

    In step 2a it says: IMPORTANT: when asked about the database-table-prefix during Database-Setup, use the same prefix that your old store uses.
    I have this in my includes/configure.php and admin/includes/configure.php. Did I do that correctly?

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', 'kinectwe');
    define('DB_CHARSET', 'utf8');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'cashexch_ice');
    define('DB_SERVER_PASSWORD', 'XXXXX');
    define('DB_DATABASE', 'cashexch_ingleburncashexchange');
    Last edited by Ajeh; 19 Jan 2016 at 03:56 AM.

 

 

Similar Threads

  1. v139h Error 1044 when importing DATABASE
    By Mthirty5 in forum Installing on a Windows Server
    Replies: 11
    Last Post: 9 Jan 2016, 04:27 PM
  2. Moving to new site different server & database name
    By rufusclc in forum General Questions
    Replies: 4
    Last Post: 24 Mar 2009, 08:05 PM
  3. cart not working when moving to a new server
    By webdev316 in forum General Questions
    Replies: 4
    Last Post: 30 Oct 2008, 03:35 AM
  4. Problems when moving to a new server
    By Moncia in forum General Questions
    Replies: 3
    Last Post: 15 Sep 2007, 04:20 AM
  5. error when moving to a new server
    By fright-rags in forum General Questions
    Replies: 17
    Last Post: 25 Jun 2007, 05:16 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