Results 1 to 3 of 3

Thread: idx_session

  1. #1
    aladdin1 is offline Active Member
    Join Date
    Feb 2004
    Posts
    455

    Default idx_session

    Hello,

    I have a problem with idx_session table, it crash, and when it does happen I can not reach my database to delete and rebuild the table using phpMyAdmin, I also got the following error message:


    Warning: mysql_connect(): User eguncom_indexu has already more than 'max_user_connections' active connections in /home/eguncom/public_html/lib/adodb/adodb-mysql.inc.php on line 76
    I need to delete and rebuild that table using a php script but I do not know how to do it, your assistance would be appreciate.

  2. #2
    aladdin1 is offline Active Member
    Join Date
    Feb 2004
    Posts
    455

    Default

    Quote Originally Posted by aladdin1
    Hello,

    I have a problem with idx_session table, it crash, and when it does happen I can not reach my database to delete and rebuild the table using phpMyAdmin, I also got the following error message:



    I need to delete and rebuild that table using a php script but I do not know how to do it, your assistance would be appreciate.
    Hello,

    I am still having some problems with my idx_session table for some reason I accumulate a lots of "overhead" and I think that is why that table malfunction every so often, I optimize that table few days ago and I already have almost 200,000 byte overhead, is there a solution to this problem? If not how could a create a cron job to optimize that table every so often?

  3. #3
    dody is offline Administrator
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,731

    Default

    Try not to use persistent connection. If you have dedicated/vds, you may increase the number of allowed connection in mysql setting.
    www.nicecoder.com
    www.dodyrw.com

Posting Permissions

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