Hi,
If I want to be able to test my application against a empty MySQL database each time my application's testsuite is run, how can I start up a server as a non-root user which refers to a empty (not saved anywhere, or in saved to /tmp
) MySQL database?
My application is in Python, and I'm using unittest
on Ubuntu 9.10.