Can't start mysqld after upgrading, while running kde. Status says: Process: 26840 ExecStart=/usr/bin/mysqld --pid-file=/run/mysqld/mysqld.pid (code=exited, status=1/FAILURE)
barraponto
https://bbs.archlinux.org/profile.php?id=29990
2013-04-02T12:47:39Z
I am new to ubuntu and installed MySQL use a rpm file,
and started it use sudo start mysql, when i try
mysqladmin -u root password test
I get
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
I checked the my
Hi everyone,I installed MySQL and set up the root password etc, but when I want to start it I getsudo /etc/rc.d/mysqld start
:: Starting MySQL Server [FAIL] I found no log file (at least not in /var/logs).
yes, they are automatically started on boot/shutdown.
65kid
https://bbs.archlinux.org/profile.php?id=45818
2012-11-16T12:18:51Z
I have a few (Linode) Ubuntu 10.04 (64bit) VPSes, and mysqld keeps starting on every reboot on all of them --
$ uptime
16:32:26 up 1 min, 1 user, load average: 0.09, 0.08, 0.07
$ ps -ef | grep -i mysqld | grep -v grep
mysql 2364 1 0 16:17 ?
I fixed it. Some of the binary mysql logs (/var/lib/mysql) were owned by root. A quick chown back to mysql:mysql and everything seems to work fine again.
dwieeb
https://bbs.archlinux.org/profile.php?id=62084
2013-04-02T05:30:26Z
I'm having a devil of a time trying to get mysql to start on a Fedora install.
Whenever I try to start it i get:
[root@server1 log]# service mysqld start
Redirecting to /bin/systemctl start mysqld.service
Job failed.
the udev rule proposed on the wiki is, well, crap. you are not supposed to use udev rules to mount devices, there are not meant to be used for complex tasks like this.see also https://bbs.archlinux.org/viewtopic.php?id=143023
65kid
https://bbs.archlinux.org/profile.php?id=45818
2012-08-21T13:47:48Z
Hi every body
I'm running a VP with Fedora 16 and I just install (and reinstall) mysql mysql-server, then I enable mysqld.service
Code:
$ systemctl enable mysqld.service
without problem. Then I try to load it
Code:
$ systemctl start mysqld.service
Job failed.