Results 1 to 5 of 5

Thread: MySQL server HELP !!!

Threaded View

  1. #1
    Join Date
    Feb 2003
    Posts
    3

    MySQL server HELP !!!

    Hello,
    I have MySQL server running on Win2000 with IIS-5.0. There ere about 3000 users with databases. After 3-4 hours, all users getting error messages 'Cannot connect to MySQL server at localhost (10051)'. WinMySQLAdmin can not connect to MySQL server too! Restarting of mysql service does not solves the problem. After system reboot problem goes away, but after 3-4 hours returns.
    Here is my.ini file:

    [mysqld]
    basedir=C:/mysql
    tmpdir=C:/mysql/tmp
    datadir=E:/mysql/data
    port=3306
    set-variable=key_buffer=16M
    skip-innodb
    set-variable = max_connections=1000
    set-variable = flush_time = 600


    Can someone help me with advice please?
    Thank you for your time.
    Last edited by iisUser; 02-04-2003 at 03:48 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
  •