Seeting up MySQL database

Posted by mathew on Stack Overflow See other posts from Stack Overflow or by mathew
Published on 2010-06-02T05:01:10Z Indexed on 2010/06/02 5:03 UTC
Read the original article Hit count: 336

Filed under:
|

I do have single database and near about 11 tables. while my web page is opening informations from these 11 tables will be accessed same time. according to my current settings what I did now is for each table database is opening and closing. say I had given username and password to open databse for each table and close after retrieving information from that table.

Is this the right way to do it?? I feel because of this the database is opeing and closing 11 times!!!! Am I right?? is this the right way to do that??

THanks

Mathew

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql