hi.

this message means mysql is...well...reading table information for
completion of table names.
typing the beginning of a table or column name and pressing tab will either
complete the name, or present a list of appropriate tables/columns (like in
a bash shell).

if you have a lot of tables, this can take a few seconds.
turn off this feature if you want, by starting the client with mysql -A.

if you change table names and want to rebuild the list of tables for
completion, type 'rehash'.

-ravi.

-----Original Message-----
From: gabriel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 19, 2001 4:25 PM
To: mysql
Subject: newbie nagging


anyone have any idea what this means?
and why it comes up?



mysql> use mydatabase;
Reading table information for compltion of table and coumn names
You can turn off  this feature to get a quicker startup with -A

Database changed
mysql>



this only comes up for _some_ databases
not all

any helpful hints?


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



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