in reply to MySQL,, OR normal DB!

As others have mentioned that really depends on what you mean by "safer".

Neither is really liable to start losing data for no reason, if you are worried about logical errors on your (the developer's) part and data integrity using an RDBMS might be a good idea. Though for this purpose I would recommend using something along the lines of PostgreSQL rather than MySQL as it generally has more developer-friendly features, many of them important for maintaining data integrity.