RE: i'm just missing something

2002-11-19 Thread Peter Lovatt
--- -Original Message- From: Stick Dragon [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 22:34 To: [EMAIL PROTECTED] Subject: i'm just missing something I been tring to read the docs on the website, and tried looking it up, but i'm getting confused. I am trying to make a data

Re: i'm just missing something

2002-11-19 Thread Matthew Baranowski
nks, Matt Matthew P Baranowski Data Manager, Office of Educational Assessment University of Washington - Original Message - From: Steve Vernon <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 2:44 PM Subject: Re: i'm just missing something

Re: i'm just missing something

2002-11-19 Thread Steve Vernon
There is a mysql database with a user table in it. Add a new user, then reload the database! Remember to password the password. And it will work! > I been tring to read the docs on the website, and tried looking it up, but > i'm getting confused. I am trying to make a database and a user. > to m

i'm just missing something

2002-11-19 Thread Stick Dragon
I been tring to read the docs on the website, and tried looking it up, but i'm getting confused. I am trying to make a database and a user. to make the database i use mysql> create database dbname; that seems to work. but how do i make a user for it?