Skip to content
Daniel de Morais Compartilhe. Aprenda. Evolua.
StartDB StartDB

Banco de dados para iniciantes, by Daniel de Morais – InfoCotidiano

StartDB
StartDB

Banco de dados para iniciantes, by Daniel de Morais – InfoCotidiano

Instalar MySQL Server no Linux (deb)

Daniel Morais,

Algumas pessoas estão com problemas com a instalação do MySQL Server no Linux. Vou mostrar como instalar nos sistemas derivados do debian como Ubuntu 18.04, Mint 19, Deepin 15, etc.

Fiz um vídeo tutorial e aqui vou postar os comandos:

  1. sudo apt install mysql-server
  2. sudo mysql_secure_installation
  3. Edite mysqld.cnf e mude bind-address para 0.0.0.0 com o comando (lembre-se que você dever ter o gedit instalado):
  4. sudo gedit /etc/mysql/mysql.conf.d/mysqld.cnf
  5. sudo service mysql restart
  6. sudo mysql -u root
  7. ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘SuaSenha’;
Instalando MySQL instalarlinuxMysql

Navegação de Post

Previous post
Next post

Posts recentes

  • Criptografando campos no MariaDB com AES
  • Backup Compactado MariaDB ou MySQL no Linux
  • Instalar PostgreSQL 14 no Windows 11
  • Migrando (exportar / importar ) registros de um banco de dados
  • Curso SQL Server #13 In

Categorias

  • Curso Firebird
  • Curso MySQL Server
  • Curso PostgreSQL
  • Curso SQL Server
  • Dicas
  • Dicas MySQL
  • Dicas PostgreSQL
  • Dicas SQL Server
  • Firebird
  • Inicio
  • Instalando MySQL
  • Instalando PostgreSQL
  • Mysql
  • PostgreSQL
  • SQL Server

Tags

add column agregar agregação alterar registro alter table apagar apagar registros atualizar avg between chave chave estrangeira consulta create database create table criar tabela delete drop database drop table extract filtro foreign key having in insert insert into instalar join junção key like mariadb media Mysql order postgresql primary key query select sql server subselect union update up date where

Obrigado pela visita!

©2026 StartDB | WordPress Theme by SuperbThemes