MySQL Equivalent Configuration in Linux (Ubuntu)

-2

Good afternoon.

Sorry for my ignorance in MySQL. In Windows there are 3 types of configurations (See Image): Development, Server and Dedicated. How can I reflect those same configurations in a linux environment, for my ubuntu case.

    
asked by Miguel Angulo Loria 19.07.2018 в 18:53
source

1 answer

0

Development Computer | The equivalent installation in ubuntu

sudo apt-get install libmysqld-dev  

Server Computer | The equivalent installation in ubuntu (is the most common)

sudo apt-get install mysql-server  

For Dedicate Computer you need to edit files is something more complex I did not find an installation as such

This table indicates the installation types for Red Hat rpm, Centos and similar

Installation table

    
answered by 19.07.2018 в 22:34