Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Feb 05, 2013 6:10 pm 
Offline
Newbie

Joined: Tue Feb 05, 2013 4:54 pm
Posts: 3
Hello everybody, fist of all say that I do not speak english very well, so I hope you can understandme.

I deployed a Linux Ubuntu 12.10 distribution, i install Apache and everything ran well, but when i tried to install MySql im having errors:


ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)


I hope you can help me.
Thank you very much.


Top
   
PostPosted: Tue Feb 05, 2013 8:03 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
How exactly did you install "mysql" ?

_________________
Either provide enough details for people to help, or sit back and listen to the crickets chirp.
Security thru obscurity is a myth - and really really annoying.


Top
   
PostPosted: Tue Feb 05, 2013 11:13 pm 
Offline
Newbie

Joined: Tue Feb 05, 2013 4:54 pm
Posts: 3
Install MySql as follows:

$ sudo apt-get install mysql-server

Then try also with aptitude:

$ sudo aptitude install mysql-server


I hope your help. Thank you very much.


Top
   
PostPosted: Wed Feb 06, 2013 8:40 am 
Offline
Newbie

Joined: Tue Feb 05, 2013 4:54 pm
Posts: 3
Reading in some forums i found the solution:

1) Uninstall mysql

$ sudo apt-get remove mysql-server

2) Login as root

$ sudo -s

3) Delete /var/lib/mysql

$ rm -r /var/lib/mysql

4) Exit root

$ exit

5) Install Mysql again

$ sudo apt-get install mysql-server


Following all these steps Mysql run ok.

Thank you very much, maybe this can help somebody.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group