hans,
Sunday, September 22, 2002, 3:48:33 PM, you wrote:
hs> trying to do my first steps with mysql, i have done the following :
hs> mysql> USE mysql;
hs> Reading table information for completion of table and column names
hs> You can turn off this feature to get a quicker startup with -A
hs> Database changed
hs> mysql> INSERT INTO mysql VALUES(localhost, sample_db,
hs> 'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
hs> ERROR 1146: Table 'mysql.mysql' doesn't exist
hs> hmm - what I have done wrong here ? or do I have to do something before
hs> ?
There is no table 'mysql' in the database 'mysql':
http://www.mysql.com/doc/en/Privileges.html
BTW: GRANT is more recommended to use:
http://www.mysql.com/doc/en/GRANT.html
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php