[SOLUTION] Problem installing mysql-server and phpmyadmin in Ubuntu 9.04
After a clean reinstal ubuntu on my PC I encounter some problems installing the LAMP server, I use to develop my sites locally.
I followed the steps for installing Ubuntu French documentation located here: http://doc.ubuntu-fr.org/lamp
Problem: When I try to log in phpmyadmin I meet the following error:
"Error # 2002 - The server is not responding. (or socket (" socket ") to local MySQL server is not correctly configured)" A small
sudo / etc / inid.d / mysql start
says my mysql server will not start.
I'm going to check in synaptic and I see that mysql-server is not installed. I tried installing but then again blocked, unable to install the package.
Finally I found the solution here: http://forum.ubuntu-fr.org/viewtopic.php?pid=2986129
A directory is a problem, just delete it:
sudo / etc / INID. d / mysql start
then install mysql-server.
This time it's good, everything works and I can access phpmyadmin
0 comments:
Post a Comment