码迷,mamicode.com
首页 > 数据库 > 详细

Ubutu: mysql + jdk + tomcat installation

时间:2018-06-12 17:43:43      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:win   apt-get   conf   AC   upd   style   pre   run   comm   

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

 

Ubutu: mysql + jdk + tomcat installation

标签:win   apt-get   conf   AC   upd   style   pre   run   comm   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!