…server from slave to master. One of the key things to protect your data integrity is …-host and master-port in the my.cnf file? # cat my.cnf [...] master-user=rsandbox master-…> change master to master_host=”; ERROR 1210 (HY000): Incorrect arguments to MASTER_HOST Fortunately, the documentation also…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… is that there are a lot of “new” InnoDB tablespace files in our database directory: -rw-rw—-. 1 mysql mysql 8632…_doc_id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY); ERROR 1166 (42000): Incorrect column name ‘fts_doc_id’ Various points in…, for each new FULLTEXT KEY that you create, you’ll get a corresponding FTS_*_DOC_ID.ibd file (but none of the…

