Asked By
benjamin
460 points
N/A
Posted on - 11/29/2012
Â
Hello friends,
I just heard about database scramble software. I and my programming team are having a hard time on the database. We are currently using MySQL server database system and it is working fine before but now that data are growing there are some instances that it cannot handle specific information. I just want to know about database scramble software, maybe it could help us anyway.
Â
Thanks and Regards,
Benjamin.
I just heard about database scramble software.
Hello Benjamin,
Try Toad for MySQL by Quest Software. It is a powerful database administration program which includes a query browser, an SQL editor and diagram builder on the same package.
Important thing to consider is that you can do designing, administrating & managing  using this single package.
Another plus is that you are allowed to add syntaxes for other programming languages as well. Â
Worth trying, maybe an ideal solution for you and your team.
Download from this
Hope this info will help you. Regards!
I just heard about database scramble software.
Hi Benjamin,
A database scrambling software also known as data masker is simply a tool to mask or scramble sensitive data (such as customer personal data, finance information) and then use that data in non-production environment such as for development, debugging or testing purposes.
So it is basically a special class of software that protects critical information from being leaked.
Going by your description, I don't think a data scramble software is going to help. From your description, it appears your application either facing scalability problems or there could be even some problem due in the data model and the data being stored.