Tagged Questions
1
vote
1answer
82 views
How export a database based in a primary key of a table?
So, I'm trying to export all the DB structure of my MySQL db.
Attached is my DB structure, I have more then this, but I want these tables only.
Basically Tools relate to Factsheets and Factsheets ...
1
vote
1answer
188 views
Mysql 5.1.X How to upload data from dump file without the partitioning commands?
I need to upload data from a dump file (large one) that includes partitioning info into a database that doesn't support partitioning.
How can I tell the mysql command line to ignore the partitioning ...
1
vote
2answers
2k views
How do you encrypt data while performing a mysqldump?
My OS is windows 7.
How can I encrypt data while performing a mysqldump?
From the command prompt, can I take a mysqldump with encrypted varchar and texts values?
Please help me.
Thanks