The problem Here is description of imaginary situation we want to solve. You have access via SSH to server server with hostname foobar-server. The foobar-server is running some service –… Read more »
It’s pretty common that you might want to change a configuration for a .jar or .war package. How bothering it is to unpack the archieve, find the file, do you… Read more »
TLDR Make sure MySQL is discoverable from your path Run:
|
mysql -uroot -ppassword < createDatabase.sql > outputCreate.log |
to run createDatabase.sql as user root with password password More detailed version Recently I was working on a little… Read more »