so ... this is another story:
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'
(111)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
Indeed there is no mysql.sock at
I posted a question yesterday ... I installed RedHat Linux 7.1 with MySQL on it but it
doesn't let me do anything. This is what happens:
[root@lambda /root]# mysqladmin -u root password
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using pa
I installed RedHat Linux 7.1 with PHP and MySQL.
My problem is i can't do anything in MySQL ...
I did as told in MySQL documentations about installing and this is what
happens:
shell> mysql_install_db
.. the message about mysqladmin
shell> mysqladmin -u root password -p 'somepass'
Acces