美文网首页
Deepin15.8下安装MySQL、PostgreSQL

Deepin15.8下安装MySQL、PostgreSQL

作者: ZHOUZAIHUI | 来源:发表于2018-10-27 18:20 被阅读0次

    1 安装MySQL

    sudo apt install mysql-server
    

    服务器端(server)和客户端(client)都会安装

    2 安装PostgreSQL

    sudo apt install postgresql postgresql-contrib
    

    安装服务器端(server)和客户端(client),-contrib安装附加实用程序和功能软件包。

    3 mysql常用的功能和软件

    mysql-server:服务器端
    mysql-client:客户端
    mysql-workbench:工作台
    navicat:mysql第三方管理工具

    4 PostgreSQL常用的功能软件

    postgis:GIS模块
    postgis-gui:PostGIS shp2pgsql图形化界面
    pgadmin3:postgresql图形化管理工具

    相关文章

      网友评论

          本文标题:Deepin15.8下安装MySQL、PostgreSQL

          本文链接:https://www.haomeiwen.com/subject/ktgdtqtx.html