Hi guys,
I’m going to develop a small shopping cart site using PHP and mySQL. So even though it’s small I like to have secure table structures. Because I’m trying to store credit card numbers making it very important for me to have a secure table. Normally I used myISAM tables. But I read an article stating that InnoDB tables are much secure than myISAM tables. But I really don’t understand why? (Article didn’t mention why).
Can anybody please help me with my problem? and tell me what is the different between these two tables and how can I take the advantage of InnoDB tables and why we say this InnoDB table is more secure?
What is the best table type to store secure data? And how should I store the credit card number in a database securely.
Please help me.
Thank you