Sorry for all the newbie questions, but you all are so helpful.
Anyway, I have 3 questions:
1) I put together a database with 17 tables all of the InnoDB type. This is my first time doing this, so I've been learning as I go. Currently, I wanted to make a couple of fields searchable. I tried to make them FULLTEXT indices, but found that it's not allowed with InnoDB tables. I couldn't easily fidn a way to do searches with InnoDB. Is this something that can be done. If so, how?
2) If the answer to number 1 is no, can I change my tables to MyISAM and not mess anything up? In other words, I have a lot of related tables called into queries with joins...by switching the DB type, will these relationships be compromised?
3) I'm finally getting to the point where I have a lot of info in my databases and I would like to start backing things up regularly. I am using phpMyAdmin offered by my hosting company. Is there some easy code that will automatically make an SQL backup of my database?
Thank you all so so much!!!