andyreed
Verified User
Check /etc/my.cnf and remove any lines referring to 'basedir=' thenCode:Got a failure from command: Cat / usr / local / mysql / share / mysql_fix_privilege_tables.sql | / usr / local / mysql / bin / mysql -- no-defaults -- force -- user = da_admin -- host = localhost -- database = mysql Please check the above output and try again. Running the script with the -- verbose option may give you some information Of what went wrong. If you get an 'Access denied' error, you should run this script again and Give the MySQL root user password as an argument with the -- password = option Zip: can not assess `/ usr / lib / libmysqlclient .* ': No file or directory of this type
/sbin/service mysqld restart
If that doesn't help, make sure the Port is not used by another service. SSH to the server and run the following coammand:
telnet localhost 3306
If none of the above helped, edit /etc/my.cnf and add the entry under [mysqld] and then restart mysqld.