![]() |
(redirected from Unslung.MySQL) To Reset MySQL Root Password
To enable remote access with mysqladmin or mysqlqueryEdit the configuration file for mysql /opt/etc/my.cnf comment the line skip-networking with an # in front of skip-networking stop and restart the server
connect with your client from remote. To correct symlink error in MySQLsymptom :- mysqladmin: error while loading shared library libmysqlclient.so.14: cannot open shared object file: No such file or directory treatment :- As root, create the following link:
Thanks to Ovidiu Sas for this solution
view ·
edit ·
print ·
history ·
Last edited by Harald Biehl.
Based on work by Harald Biehl, Nigel Walker, ABarends, rwhitby, barrym, and MStolt. Originally by barrym. Page last modified on April 08, 2007, at 12:16 AM
|