Mostrando entradas con la etiqueta mysql. Mostrar todas las entradas
Mostrando entradas con la etiqueta mysql. Mostrar todas las entradas

domingo, 1 de octubre de 2017

XAMPP MAC mysql does not run



When mysql server does not run in mac OS, simple solution.

edit file:
/Applications/XAMPP/xamppfiles/etc/my.cnf
find the [mysqld] section, add one line:
innodb_force_recovery = 1
then run
sudo /Applications/XAMPP/bin/mysql.server start
everything is ok again.
and then the last step:
edit the my.cnf again and remove the line you just added :
innodb_force_recovery = 1



lunes, 27 de marzo de 2017

How to start mysql server + MAC XAMPP


When our mysql server does not work from the graphic interface the solution is run it from the terminal.


$cd Applications/XAMPP/xamppfiles/mysql

Into this folder we write the following comand

$ mysql.server start

When we check the graphic interface, mysql server have to be in running status





martes, 24 de mayo de 2016

Error al iniciar wampserver (could not execute menu item internal error)

cuando aparece este error pueden haber varias soluciones, la primera personalmente no me funcionó pero existen casos en que si.

Al intentar iniciar o reiniciar wampserver aparece este error



1- un posible conflicto tiene que ver con skype, si se trabaja sobre windows y se tiene instalado skype y wampserver es posible que haya un conflicto debido al puerto, ya que ambos usan el puerto 80

para solucionar esto debemos seguir los siguientes pasos:



Abrimos el archivo httpd.conf --> buscamos la linea donde dice listen y cambiamos el 80 por 8080

después reiniciamos el servidor, al entrar a localhost/ debe entrarnos a la plataforma de wampserver



2- Para esta solución seguimos lo siguientes pasos

   - Windows(tecla inicio) + R 
   - services.msc


Buscamos el servicio llamado wampapache


Click en iniciar, por lo general debe estar detenido y a esto se debe el error, si no click derecho en reiniciar.