mySQL connections

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

mySQL connections

Post by nigma »

Hey, when you connect to your mysql server from the console (i.e. mysql -p -uuser_user) it will say like "Your connection number 000000."

I am wondering if having that number be higher will making things go slower when interacting with mySQL dbs from PHP?
Post Reply