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.
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