Want MySQL FullText Search with InnDB Huh?
MySQL FullText indexing is only available if database table type MyISAM. But, MyISAM table type does not support Foreign keys. InnoDB table type support Foreign keys but does not support FullText. So I have to use a trick to implement fulltext search for a InnoDB type table. I have created a temporary MyISAM table which [...]
Export/Backup MySQL Database like phpMyAdmin
Call the function with database name and a path to save backup( leave blank for current dir)