I am using Maria DB 10.1.8 latest stable version available and i have dumped around 15 Million records into table more_bar_codes
table. When i tried to alter table to add fulltext
index onto one of its column, am getting error
2013: lost connection to mysql server during query.
The syntax used is:
Alter table more_bar_codes add fulltext index dl_full_text_bar_code (bar_code);
Any idea how to fix this one?
connect_timeout = 20 deadlock_timeout_long = 50000000 deadlock_timeout_short = 10000 delayed_insert_timeout = 300 innodb_flush_log_at_timeout = 1 innodb_lock_wait_timeout = 50 innodb_rollback_on_timeout = OFF interactive_timeout = 28800 lock_wait_timeout = 31536000 net_read_timeout = 30 net_write_timeout = 60 slave_net_timeout = 3600 thread_pool_idle_timeout = 60 wait_timeout = 28800 – Ravish N V Dec 01 '15 at 05:39