Ubutu: mysql + jdk + tomcat installation
Posted alicegu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubutu: mysql + jdk + tomcat installation相关的知识,希望对你有一定的参考价值。
mysql on Linux
下载安装包:https://dev.mysql.com/downloads/mysql/
Download the installation package and copy it to Linux machine under /home/agu/installer.
In the shell command, run following in order:
[email protected]:~# dpkg -i /home/agu/installer/mysql-apt-config_0.8.10-1_all.deb [email protected]:~# apt-get update
[email protected]:~# apt-get install mysql-server
Till now, mysql is installed successfully, run following in order to check mysql status and start, stop the service
[email protected]:~# service mysql status [email protected]:~# service mysql stop [email protected]:~# service mysql start
以上是关于Ubutu: mysql + jdk + tomcat installation的主要内容,如果未能解决你的问题,请参考以下文章