Ubutu: mysql + jdk + tomcat installation

时间:2018-06-12 17:38:21   收藏:0   阅读:175

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:

root@agu:~# dpkg -i /home/agu/installer/mysql-apt-config_0.8.10-1_all.deb

root@agu:~# apt-get update

  root@agu:~# apt-get install mysql-server

Till now, mysql is installed successfully, run following in order to check mysql status and start, stop the service

root@agu:~# service mysql status

root@agu:~# service mysql stop

root@agu:~# service mysql start

 

原文:https://www.cnblogs.com/alicegu2009/p/9174134.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!