|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 php and mysql script(Click here to view the original thread with full colors/images)Posted by: regiemon have a plan developing a website using php and mysql. multiple users can logon in the website to enter some information thru the database. but how can i make the database could accept multiple connection? isn't it that when someone is currently using the database and another user would like to connect to the database, it will have an error saying that the database is currently in use? thank you very much Posted by: Stormdev regiemon, MySQL is a multi user database, it will handle the connection requests and transactions for you so there is really not much for you to worry about in that respect... as your site grows you will be more concerned with the type and volume of transactions that may occur on your database server and this will influence how you setup your MySQL server. Here is some info on MySQL: [url]http://en.wikipedia.org/wiki/MySQL#Programming_languages[/url] [url]http://www.mysql.com/[/url] vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |