0
votes
Is there a Profiler equivalent for MySql?
If version 5.0.37 isn't available, you might want to look at mytop. It simply outputs the current status of the server, but allow …
1
vote
How do you manage databases in development, test, and production?
Check out the dbdeploy, there are Java and .net tools already available, you could follow their standards for the SQL file layouts and schema versi …
