[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.8

mysql timing out... errors 10048 and 10061

Asked by funkytaz10 in MySQL Server

Tags: 10048, max_connections, mysql

hi,

i installed a phptracker with a mysql database behind it... everything works pretty fine except after a few hours my database begins giving white screen witht he 10048 or 10061 errors...

i know that it are not the processors (using a dual processor server) because they never peak... they always stay around 50%cpu time...

the bttracker is working with maximum 1600 peers for the moment... so this can not give that much traffic...

the strange thing is that it seems too happen every time when my virusscanner is finished... virusscanner is a norton corporate 8...

this is my "my.ini " file from the mysql database

This File was made using the WinMySQLAdmin 1.4 Tool
#11-Dec-03 08:40:56

#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions

[mysqld]

#The size of the buffer used for index blocks. Increase this to get better index handling (for all reads and multiple writes) to as much as you can afford; 64M on a 256M machine that mainly runs MySQL is quite common.
key_buffer_size=64M
#The buffer that is allocated when sorting the index when doing a REPAIR or when creating indexes with CREATE INDEX or ALTER TABLE.
myisam_sort_buffer_size=64M
#Enter a name for the binary log. Otherwise a default name will be used.
log-bin
# Uniquely identifies the server instance in the community of replication partners.
server-id=1
#Permits the application to give the threads system a hint for the desired number of threads that should be run at the same time
thread_concurrency=8
#The number of open tables for all threads.
table_cache=256


#The number of simultaneous clients allowed.
max_connections=5000


#Max packetlength to send/receive from to server.
max_allowed_packet=8M


#The number of seconds the mysqld server is waiting for a connect packet before responding with 'Bad handshake'
connect-timeout=5


[WinMySQLadmin]
Server=C:/mysql/bin/mysqld-max-nt.exe
user=****
password=******
QueryInterval=10

# The MySQL server

[mysqld]
basedir=C:/mysql
#bind-address=192.168.1.3
datadir=C:/mysql/data
#language=C:/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#set-variable=key_buffer=16Mport=3306
#socket=MySQL
port=3306
#socket=MySQL
#(Unknown option:)skip-locking
#(Unknown option:)set-variable = key_buffer=256M
max_allowed_packet=8M
set-variable = table_cache=256
#(Unknown option:)set-variable = sort_buffer=1M
#(Unknown option:)set-variable = record_buffer=1M
set-variable = myisam_sort_buffer_size=64M
#(Unknown option:)set-variable = thread_cache=8
#(Unknown option:)Try number of CPU's*2 for thread_concurrency
set-variable = thread_concurrency=8
log-bin
server-id = 1

#The size of the buffer used for index blocks. Increase this to get better index handling (for all reads and multiple writes) to as much as you can afford; 64M on a 256M machine that mainly runs MySQL is quite common.
key_buffer_size=64M

[isamchk]
set-variable = key_buffer=128M
set-variable = sort_buffer=128M
set-variable = read_buffer=2M
set-variable = write_buffer=2M

[myisamchk]
set-variable = key_buffer=128M
set-variable = sort_buffer=128M
set-variable = read_buffer=2M
set-variable = write_buffer=2M

[mysqlhotcopy]
interactive-timeout
[mysqldump]
quick
set-variable = max_allowed_packet=16M



i know he is a bit big but i took the "hughe" setting from the mysql source and adjusted it a bit ... maybe there are mistakes there??

can my slow internet connection be a problem?? serving this on a ISDN alike line (115.5 Kbits/sec)...

thanks for any advice to this mysql newbie

TAz
[+][-]03/01/04 08:15 AM, ID: 10487354Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/01/04 08:19 AM, ID: 10487393Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/01/04 08:23 AM, ID: 10487426Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: MySQL Server
Tags: 10048, max_connections, mysql
Sign Up Now!
Solution Provided By: leannonn
Participating Experts: 3
Solution Grade: A
 
[+][-]03/01/04 08:47 AM, ID: 10487636Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]03/01/04 03:32 PM, ID: 10490904Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/10/04 12:24 PM, ID: 12795889Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]12/14/04 04:20 AM, ID: 12818371Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81