XF 2.2 Can anyone send me an empty database?

I recommend creating a localhost instance.

 
Here is a simple statement to create an empty database:

Code:
CREATE DATABASE emptydb;

After executing this in mysql cli or your favourite GUI tool you've got an empty database named emptydb.
 
Back
Top Bottom