Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2007
    Posts
    3
    Plugin Contributions
    0

    red flag Error: [DROP TABLE IF EXISTS upgrade_exceptions;]

    Help!

    I have gone thru all the installation procedures, creating MySQL database (host, user name, password,etc) and I am getting to this error.

    Installation In Progress...

    0 Install Error: Could not connect to the Database
    in:
    [DROP TABLE IF EXISTS upgrade_exceptions;]


    Please find below some details from my server and MySQL:

    System:Linux ws-9 2.6.57.282lustre.1.4.8 #1 SMP Tue Jan 16 14:40:10 EST 2007 i686

    MySQL Version: 5.0.30-Debian_1~bpo.1


    Thanks in advance,
    Chris

  2. #2
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Error: [DROP TABLE IF EXISTS upgrade_exceptions;]

    Well, mate did you supply the correct hostname, user and password for database connection?
    Can you please check it again when that screen comes up when you try to call the install script?
    Thanks
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  3. #3
    Join Date
    Feb 2007
    Posts
    3
    Plugin Contributions
    0

    red flag Re: Error: [DROP TABLE IF EXISTS upgrade_exceptions;]

    Hi superprg,

    I did setup and supply the correct hostname, user and password for database connection. I even done it 5 times.

    I have also create and re-create mySQL database and I do have the some problem.

    Do you think it might be other cause, that is generating this error?

    Thx,
    Chris

  4. #4
    Join Date
    Feb 2007
    Posts
    3
    Plugin Contributions
    0

    red flag Re: Error: [DROP TABLE IF EXISTS upgrade_exceptions;]

    Hi superprg,

    I did setup and supply the correct hostname, user and password for database connection. I even done it 5 times.

    I have also create and re-create mySQL database and I do have the some problem.

    Do you think it might be other cause, that is generating this error?

    Thx,
    Chris

  5. #5
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Error: [DROP TABLE IF EXISTS upgrade_exceptions;]

    Create a php script and write this in that

    Code:
    <?php
    $link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
    if (!$link) {
       die('Could not connect: ' . mysql_error());
    }
    echo 'Connected successfully';
    mysql_close($link);
    ?>
    Let me know what are the results
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  6. #6
    Join Date
    Feb 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Error: [DROP TABLE IF EXISTS upgrade_exceptions;]

    I am also having problems. I ran your script and it 'Connected successfully'.

    Thanks,

  7. #7
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Error: [DROP TABLE IF EXISTS upgrade_exceptions;]

    Can I see the url?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

 

 

Similar Threads

  1. 0 Install Error: Could not connect to the Database in: [DROP TABLE IF EXISTS upgrade_
    By terrancesmith98 in forum Installing on a Windows Server
    Replies: 8
    Last Post: 2 Aug 2009, 12:46 PM
  2. 1050 Table 'upgrade_exceptions' already exists
    By lioncity in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 18 Aug 2008, 04:57 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