Re: Setting up users!

2001-06-11 Thread Neil Zanella
On Mon, 11 Jun 2001, h3rb wrote: > Ok. I have read the manual =) But one thing I am not clear on. Is if I can > create a user who can create their own database's..modify them..and drop them > if need be. But they wouldn't have access to any database on the server. I > am asking because I hos

Re: Setting Up Users!

2001-01-19 Thread Tõnu Samuel
Muhanad Mustafa wrote: > > Ok, i'm very new to Mysql. . The documentation is a little confusing for me to >figure out so I thought this might help. I had created a database on my system >called "customer15" > > I did this > > mysql>create database customer15 > > Now I want to setup a mysql

Re: Setting Up Users!

2001-01-19 Thread Danny
MySQL has nothing to do with /etc/passwd You need to look at the mysql by typing in mysql -u root -p mysql Then you type in DESCRIBE mysql You should see somehting like the user table. All you have to do is use INSERT INTO sql statements or even look up the mysql manual for the usage of GR