Filename changed
Greethings,
i installed an MangosDB this moment and i found a small bug.
[code]
user@nfs:~/tmp/database/Tools$ bash make_full_db.sh
tail: »../World/Setup/fullDB/*.sql“ kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
[/code]
you have to rename ../World/Setup/fullDB/ to fix ist:
[code]
user@nfs:~/tmp/database/Tools$ mv ../World/Setup/FullDB/ ../World/Setup/fullDB/
[/code]
I'm not quit shure if i've chosen the right Version. I downloaded this project via git clone.
[code] git clone https://github.com/mangoszero/database[/code]
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now