Diana, in regard to adding and removing users. What I do is just login to the
database 'mysql' which holds the actual mysql information:
connect mysql;
Then, you can insert directly into the user table. Do you know enough about
SQL to understand how the insert statement works? Basicall
Please disregard this help request. I have found the notes I needed to add more
students.
Thank you,
Diana
>>> "DIANA CLEVELAND" <[EMAIL PROTECTED]> 11/19/01 2:57:05 PM >>>
We had a student setup the MySQL program and had written instructions on how to add
users. Somehow those instructions
We had a student setup the MySQL program and had written instructions on how to add
users. Somehow those instructions got lost. I tried a grant command and an insert
command but neither gave me a line in db that looked like the ones previous. How do I
remove those lines to try again? Also d