help with max user connections in mysql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ppc
Forum Newbie
Posts: 14
Joined: Sat May 27, 2006 9:59 pm

help with max user connections in mysql

Post by ppc »

I'm on a shared hosting plan, and am unable to access config files or able to view the status tab in phpmyadmin, does someone have a a tool or a way to check the limit my hosting provider has on the max user connections to each mysql database.

Thanks.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

phpinfo()
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
ppc
Forum Newbie
Posts: 14
Joined: Sat May 27, 2006 9:59 pm

Post by ppc »

phpinfo gives me php information.

i found my anwser, do a sql query of show variables
Post Reply