I have a php web page that writes some records into a mysql database & i use only one user/pass in my conection to mysql server. What's happend if many persons are writing in my database using the same php form, my db will crash?

Every person need to use different (user/password) to connect?


thank you & i am sorry if it is a stupid question