If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MYSQL slowness

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-19-04, 02:19
mysql_user mysql_user is offline
Registered User
 
Join Date: Aug 2004
Posts: 1
Smile MYSQL slowness

Hi,

I am using MYSQL as back end with PHP CGI-version. I suppose we have around 300 users visiting site every day. At the administration side some times querying database is taking more time and some times it is very fast.I couldn't find what is the problem with the connection. I am using normal mysql_connect(). we are hosted on shared server, would this be any problem for the slowness.

Can anybody suggest how to fine tune MYSQL for the best results.

Any help I would be gratefull to you.

Thanks
Reply With Quote
  #2 (permalink)  
Old 08-22-04, 05:21
blazingpenguin blazingpenguin is offline
Registered User
 
Join Date: Aug 2004
Location: Vancouver BC, Canada
Posts: 1
From what i've seen on other sites is that the user connects to the database more than once, since it isnt needed being that you are already connected.
I've even seen some people connect to the same db around 10 times, it just caused a really slow load time for users.

Other than that maybey someone else on the host is running scripts or is just really large and is causing your side to be slow.
Reply With Quote
  #3 (permalink)  
Old 08-23-04, 18:17
hncwalker hncwalker is offline
Registered User
 
Join Date: Aug 2004
Posts: 1
Arrow Check these

Hi,

I found these two places to be helpful in troubleshooting slowness:

http://dev.mysql.com/doc/mysql/en/Se...variables.html
and
http://dev.mysql.com/doc/mysql/en/Se...variables.html

another thing you might check out is your indexes...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On