hans schneidhofer wrote:

>hi list,
>trying to do my first steps with mysql, i have done the following :
>mysql> USE mysql;
>Reading table information for completion of table and column names
>You can turn off this feature to get a quicker startup with -A
>
>Database changed
>mysql> INSERT INTO mysql VALUES(localhost, sample_db,
>'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
>ERROR 1146: Table 'mysql.mysql' doesn't exist
>  
>
With 'use' you're changing *databases*. You need to create a *table* to 
insert data (see 'CREATE TABLE...').

Max



---------------------------------------------------------------------
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

Reply via email to