Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

mysqld_safe Directory ‘/var/run/mysqld’ for UNIX socket file don’t exists

Posted on 18 July, 202021 November, 2020

Este error aparece porque en el momento de la instalación no se crea la carpeta.

Solución:

$ mkdir -p /var/run/mysqld
$ chown mysql:mysql /var/run/mysqld
Linux MySQL

Post navigation

Previous post
Next post

Related Posts

PHPExcel: Uncaught exception ‘Exception’ with message ‘Could not close zip file

Posted on 18 November, 20125 April, 2014

Empezando a usar la libreria PHPExcel me encontré con el siguiente problema: 15:45:52 Create new PHPExcel object 15:45:52 Set document properties 15:45:52 Add some data 15:45:52 Rename worksheet 15:45:52 Write to Excel2007 format Fatal error: Uncaught exception ‘Exception’ with message ‘Could not close zip file /var/www/osmon/scripts/gui/hotspot/final/Tests/01simple.xlsx.’ in /var/www/osmon/scripts/gui/hotspot/final/Classes/PHPExcel/Writer/Excel2007.php:378 Stack trace: #0 /var/www/osmon/scripts/gui/hotspot/final/Tests/01simple.php(80):…

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

Solución: Mysql::Error: Specified key was too long; max key length is 767 bytes: CREATE INDEX

Posted on 25 February, 2018

Al instalar Redmine  aparece el error Mysql::Error: Specified key was too long; max key length is 767 bytes: CREATE INDEX El cual se soluciona creando la base de datos con la colación correcta dada en su documentación CREATE DATABASE redmine CHARACTER SET utf8;  

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