ok, having a big problem, when trying to start mysql, I get this...
Code:
root@rogue-confederation:/# cd /usr ; /usr/bin/mysqld_safe &
[1] 6924
root@my-computer:/usr# Starting mysqld daemon with databases from /var/lib/mysql
041008 07:07:51 mysqld ended
[1]+ Done /usr/bin/mysqld_safe
Why does it end after it starts up? mysql is set to startup when I boot my computer, I get the same message then.
If I type mysqladmin version, I get this error:
Code:
root@rogue-confederation:/usr# mysqladmin version
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysql/mysql.sock' exists!
so I checked /var/run/mysql, and the folder is empty, what am I supposed to do about that?