Howdy,
I am at the step of my Mangos/UDB-Cataclysm set up where I invoke:
mysql -uroot -p -v mangos < mangos/sql/base/mangos.sql
When I run this command in Command Prompt(Admin) MySQL crashes (towards the end of the script, it seems).
Picture of what occurs
I don't know if this is worth anything, but I have been using Command Prompt to do this instead of Git Bash because when I try either
mysql -uroot -p -v < mangos/sql/create/db_create_mysql.sql
or
mysql -uroot -p -v mangos < mangos/sql/base/mangos.sql
my computer just sits and doesn't do anything after the command is entered, not even ask for the SQL root password.
Any help would be greatly appreciated!
I am at the step of my Mangos/UDB-Cataclysm set up where I invoke:
mysql -uroot -p -v mangos < mangos/sql/base/mangos.sql
When I run this command in Command Prompt(Admin) MySQL crashes (towards the end of the script, it seems).
Picture of what occurs
I don't know if this is worth anything, but I have been using Command Prompt to do this instead of Git Bash because when I try either
mysql -uroot -p -v < mangos/sql/create/db_create_mysql.sql
or
mysql -uroot -p -v mangos < mangos/sql/base/mangos.sql
my computer just sits and doesn't do anything after the command is entered, not even ask for the SQL root password.
Any help would be greatly appreciated!