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