osCmax v2.5 User Manual
Results 1 to 2 of 2

Newbie Problems with the install

This is a discussion on Newbie Problems with the install within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; <P><B>Step 1: Database Import</B></P><P>A test connection made to the database was NOT successful.</P><P>The error message returned is:</P><P class=boxme>Host 'netatic1.netatictechnologies.com&# 39; ...

      
  1. #1
    Anonymous
    Guest


    Default Newbie Problems with the install

    <P><B>Step 1: Database Import</B></P><P>A test connection made to the database was NOT successful.</P><P>The error message returned is:</P><P class=boxme>Host 'netatic1.netatictechnologies.com&# 39; is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts'<BR><BR><BR><BR>I look in mysqladmin, but I did'nt finf the flush-hosts<BR>Can someone help me???</P>

  2. #2
    Member
    Join Date
    Nov 2002
    Location
    Pennsylvania
    Posts
    93
    Rep Power
    0


    Default

    this means that mysqld has gotten a lot (max_connect_errors) of connect requests from the host 'hostname' that have been interrupted in the middle. After max_connect_errors failed requests, mysqld assumes that something is wrong (like an attack from a cracker), and blocks the site from further connections until someone executes the command mysqladmin flush-hosts.

    By default, mysqld blocks a host after 10 connection errors. You can easily adjust this by starting the server like this:

    shell> safe_mysqld -O max_connect_errors=10000 &

    Note that if you get this error message for a given host, you should first check that there isn't anything wrong with TCP/IP connections from that host. If your TCP/IP connections aren't working, it won't do you any good to increase the value of the max_connect_errors variable!

    Most of this is done by your server administrator
    if you have access

    shell> mysqladmin flush-hosts

    or try to execute the following sql statement

    "flush hosts"

    I recommend using phpMyAdmin
    http://www.phpwizard.net/projects/phpMyAdmin/
    easy to use and excecute sql statements right from your browser

    Also make sure that your mysql username and password are correct

Similar Threads

  1. Install Problems
    By khennessy in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 05-13-2004, 04:43 AM
  2. install problems..
    By paperlion in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 04-02-2004, 10:11 AM
  3. Install Problems
    By doug.adams in forum osCMax v1.7 Installation
    Replies: 3
    Last Post: 01-11-2004, 03:35 PM
  4. HELP :: HOW DO I INSTALL IT :: AM TOTAL NEWBIE
    By zkool in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 12-31-2002, 06:40 AM
  5. after install problems
    By Anonymous in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 10-18-2002, 04:31 AM

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
  •