Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

Reinstalar MySQL en Ubuntu

Posted on 18 July, 202021 November, 2020

Remover:

sudo apt purge mysql-server mysql-client mysql-common
sudo apt autoremove
sudo mv -iv /var/lib/mysql /var/tmp/mysql-backup
sudo rm -rf /var/lib/mysql*

Reinstalar

sudo apt update
sudo apt install mysql-server
sudo /usr/bin/mysql_secure_installation
Linux MySQL

Post navigation

Previous post
Next post

Related Posts

Cacti no grafica

Posted on 27 January, 20169 April, 2020

En mi caso me quedé sin espacio en disco. Luego cacti dejó de graficar. El problema se encuentra en que se daña una tabla llamada poller_output. Hay que borrarla y volverla a generar con la siguiente consulta: DROP TABLE IF EXISTS `poller_output`; CREATE TABLE `poller_output` ( `local_data_id` mediumint(8) unsigned NOT NULL…

Read More
Asterisk ssh

Conectar openvox por ssh

Posted on 7 April, 202018 April, 2020

ssh -p12345 admin@192.168.1.201 Por defecto el puerto de ssh es el 12345 y el usuario admin, pero al realizar la conexión aparece el siguiente error: Unable to negotiate with 192.168.1.201 port 12345: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

Read More
Linux

Instalar servidor FTP (vsftpd)

Posted on 16 June, 201423 December, 2014

Instalamos vsftpd sudo apt-get install vsftpd Entramos al archivo de configuración: nano /etc/vsftpd.conf Por seguridad se deshabilita el acceso anónimo

Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Buscar

Categorias

  • AI (2)
  • Asterisk (9)
  • Bases de datos (1)
  • DevOps (4)
  • Git (2)
  • HTML (1)
  • Laravel (6)
  • Linux (67)
  • MCP Server (1)
  • Mikrotik (3)
  • MySQL (5)
  • n8n (1)
  • Personal (4)
  • PHP (15)
  • Python (2)
  • Software recomendado (1)
  • Tips (1)
  • VSCode (4)
  • vTiger (4)
  • Windows (10)
  • Wordpress (4)
©2026 Code and Bytes | WordPress Theme by SuperbThemes