Recreating a blank database on another server

Recreating a blank database on another server

Hi,

I am attempting to re-setup a MySQL database on another server as the backend for our ServiceDesk Plus app.

I have successfully run "changeDBServer.bat", which has created the "servicedesk" database on our MySQL server, however the database is completely blank, in that it has 0 tables.

Could anyone let me know how I force the empty tables to be created please ?

I have already tried calling reinitialiseDB.bat, but that seems to do nothing.

In our original installation, I'm assuming the local database was created as part of the install process.

Thanks