Re: Changing default values
It looks like I have most everything working the way I want, but I still have a few issues...
I modified a copy of the mysqld_safe script, and a copy of the my.cnf file, and the startup command appears to be running without any issues.
When I do a ps -ef, I see the processes running as I expect to.
However, when I attempt to run the mysql -p command to login to the DB, it throws the following error:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
This is not the socket that I want to use, nor is it the one that shows up when I do a ps -ef.,.
Now having said that... If I execute the "mysql -p" command, and include the correct "--socket=" option, it allows me to login...
But, when I attempt to execute the "use <DB>" command, I get the following error:
ERROR 1049 (42000): Unknown database 'WLNP_Metrics'.
I'm getting closer, but I'd be very grateful if someone could tell me where the configuration of the socket and the <DB> definition are done...
TIA
Joe F...
Subject
Views
Written By
Posted
6171
March 05, 2009 04:12PM
Re: Changing default values
3722
March 06, 2009 04:12PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.