Users mySQL User

2003-09-23 Thread H. Bartel
Hi, I have installed mySQL-Server on my freeBSD 4.8, and now I want to set it up. I can connect to the database with [EMAIL PROTECTED] and the according password, but I would like to add another user, which would then only be used to connect to the database server. Does this need to be another

Re: Users mySQL User

2003-09-23 Thread Technical Director
Holgar, No. MySQL supports users through the database manager itself. Once MySQL is running on the system you can add users to the user table found in the mysql database. Remember to 'flush privileges' once this is done to make the changes apply. It would also be a really good idea to