Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2008
    Posts
    114
    Plugin Contributions
    0

    Default database I am using?

    Can anyone tell me, How do I check what database I am using?? I need to do a back up and I want to confirm the database file I am using.

    Thanks in advance

    Stan

  2. #2
    Join Date
    Oct 2006
    Posts
    624
    Plugin Contributions
    0

    Default Re: database I am using?

    Look for the DB_DATABASE value inside your configure.php file to get your database name as shown in the example below.

    PHP Code:
    // define our database connection
      
    define('DB_TYPE''mysql');
      
    define('DB_PREFIX''');
      
    define('DB_SERVER''localhost');
      
    define('DB_SERVER_USERNAME''xxxxxx');
      
    define('DB_SERVER_PASSWORD''yyyyyy');
      
    define('DB_DATABASE''yourdbname'); 

 

 

Similar Threads

  1. Which database am I using
    By wwwursa in forum General Questions
    Replies: 1
    Last Post: 16 Jun 2008, 03:06 PM
  2. Using Zen as a product database?
    By tosh124 in forum General Questions
    Replies: 2
    Last Post: 2 Apr 2008, 02:01 PM
  3. using 2 sites and 1 database??
    By Wilkesy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Nov 2006, 11:15 AM
  4. what database am I using?
    By zami in forum General Questions
    Replies: 0
    Last Post: 8 Sep 2006, 10:17 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR