Comments - CONNECT Table Types - Data Files

9 years, 7 months ago Peter McLarty

Be able to view the error log from within the database

create table error_log ( log_date int(6), log_time char(9), log_message varchar(1000)) engine=CONNECT table_type=DOS file_name="/var/lib/mysql/nxi/nxi.err";

Then something like this is possible

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.