Re: I want to get schema infomation in MySQL DB for schema.

2005-02-01 Thread Gleb Paharenko
Hello. The MySQL server have INFORMATION_SCHEMA tables, but they are implemented in MySQL 5.0.2 and not production ready yet. See: http://dev.mysql.com/doc/mysql/en/information-schema.html For obtaining information about database metadata use different SHOW statements. See: http://dev

I want to get schema infomation in MySQL DB for schema.

2005-01-31 Thread ninjajs
Hi. ORACLE DBMS have a information for table or column in database dictionary, such as, USER_TAB_COLUMNS, USER_TABLES. Don't have any data base dictionary in MySQL, as ORACLE? thank you. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lis