drop database potato;
create database potato;
grant all on potato.* to potato@localhost IDENTIFIED BY 'potato' ;
after that jdbc url will be jdbc:mysql://localhost:3306/potato
java groovy grails other
drop database potato;
create database potato;
grant all on potato.* to potato@localhost IDENTIFIED BY 'potato' ;
mkdir test-bleeding-edge-war
cd test-bleeding-edge-war/
unzip ~/Downloads/apache-tomcat-6.0.20.zip
cd apache-tomcat-6.0.20/
cp ~/Downloads/bleeding-edge.war webapps/
chmod +x bin/*.sh
tail -f logs/catalina.out
java -jar ~/Downloads/jetty-runner.jar ~/Downloads/bleeding-edge.war
java -jar ~/Downloads/jetty-runner.jar --port 9080 ~/Downloads/bleeding-edge.war
java -jar ~/Downloads/jetty-runner.jar --port 9080 ~/Downloads/bleeding-edge.war
set show-last-result false