MySQL Table and Column Name Completion Feature
When connecting to the database, a message appears:
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| backup_operation |
| information_schema |
| operation |
+--------------------+
3 rows in set (0.09 sec)
mysql> use operation;
Reading table information for completion of table and co ...
Posted on Sun, 16 Aug 2026 16:22:55 +0000 by PromaneX