Hi! when I try to alter my table using this command
ALTER TABLE t_library ADD f_date_updated datetime DEFAULT NULL;
I got this error:
ERROR 1005 (HY000): Can't create table 'db_crawler.#sql-47cf_29cff' (errno: 136)
Mysql cluster is up and running. I have 2 mgmt server, 2 node, 2 api

Reply With Quote