A
Anonymous
Guest
You should be able to find the answers you're looking for in the MySQL manual which is very comprehensive and also looks at questions like yours.
You should see an improvement in using a persistent connection, because it's not breaking it all the time and wasting time stopping and starting it several times per user.
If all users have restricted (and identical) access, there's no problem with using the same un and pw. If they have different priviledges, give them different accounts!
You should see an improvement in using a persistent connection, because it's not breaking it all the time and wasting time stopping and starting it several times per user.
If all users have restricted (and identical) access, there's no problem with using the same un and pw. If they have different priviledges, give them different accounts!