Results 1 to 3 of 3
Hi linux users,
I've a problem in installing my MySQL 5,
could someone help me please?
I used the terminal to do that :
Code:
marwa_ubuntu:~$ sudo su
[sudo] password ...
- 10-20-2011 #1
installation of MySQL 5 :?
Hi linux users,
I've a problem in installing my MySQL 5,
could someone help me please?
I used the terminal to do that :
I was asked to provide a password for the mysql root, just after that I had this:Code:marwa_ubuntu:~$ sudo su [sudo] password for marwa: root_ubuntu:/home/marwa# apt-get install mysql-server mysql-client
could someone help me pleaseCode:Setting up mysql-cluster-client-5.1 (7.1.9a-0ubuntu2) ... Setting up mysql-cluster-server-5.1 (7.1.9a-0ubuntu2) ... * Stopping MySQL database server mysqld [ OK ] chown: cannot access `/var/run/mysqld': No such file or directory * Starting MySQL database server mysqld [ OK ] /etc/init.d/mysql: line 116: /etc/mysql/debian-start: No such file or directory invoke-rc.d: initscript mysql, action "start" failed.
- 11-15-2011 #2Just Joined!
- Join Date
- Oct 2011
- Posts
- 22
Try
Code:$ sudo chown -R mysql.mysql /var/run/mysqld/ $ sudo /etc/init.d/mysql restart
- 11-29-2011 #3Banned
- Join Date
- Nov 2011
- Location
- India
- Posts
- 29
Use the following:
touch /etc/mysql/debian-start
chown mysql:mysql /etc/mysql/debian-start
chmod ug+x /etc/mysql/debian-startLast edited by oz; 11-29-2011 at 12:32 PM. Reason: spam removal


Reply With Quote
