• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

postgres

Database Clients on Linux

November 4, 2021

You can run database clients on your Linux distro by installing them.

MySQL

$ yum install mysql
$ apt install mysql

$ yum install mysql $ apt install mysql

Postgress

$ yum install postgresql postgresql-client
$ apt install postgresql postgresql-client

$ yum install postgresql postgresql-client $ apt install postgresql postgresql-client

MSSQL

$ yum install mysql-tools
$ apt install mssql-tools

$ yum install mysql-tools $ apt install mssql-tools

Filed Under: Linux Tagged With: apt, client, install, mssql, mysql, postgres, yum

  • Home
  • About
  • Archives

Copyright © 2023