PDA

View Full Version : MySQL Table Sandboxing



phpdev
01 Jul 2010, 07:56 PM
I'm working on a new web app and security is a big issue. To minimize the risk of data being compromised, I'm storing each user's information in a dynamically-created MySQL table. (When the user signs up, a new table is created for them within the database which corresponds with their login information in another database.) Are there any adverse effects I should be aware of?