Re: Creating of database with userid and password
> How do I Create a Database with Userid and Passwords. Eg. > CREATE DATABASE USER. Such that I am able to login and access the > database using this userid and password. Check out the manual. Search for MYSQLADMIN and GRANT. Much other info can be found at www.devshed.com Bye,
Creating of database with userid and password
Hi, How do I Create a Database with Userid and Passwords. Eg. CREATE DATABASE USER. Such that I am able to login and access the database using this userid and password. Thanks Richard