How do Igo about achieving the ACID properties for my database -
A- Atomicity, C- Consistency, I- Isolation, D- Durability.
Database system being used - MySql.
If I understood you properly it is not your task. It is a task of MySql developers (Oracle).
If database server support ACID you can use it by choose correct isolation level and use transactions (impicit or explicit).