Hello from a very green MySQL newbie. I am designing a web application that will enable users to register for an event. In reviewing the MySQL 4.1 manual, it indicates that users must be granted permission to access database tables. How does this work in a situation where multiple users will be hitting the database tables at any given time? Is there an anonymous user access that can be granted? My apologies if I'm not being clear with my question. I'm a very green newbie to MySQL. Thanks, in advance, for your assistance.