Richard, On Fri, 2009-07-03 at 09:21 +0300, Richard Zulu wrote: > Simon, > I have the root password set. I am trying to identify where nedi > stores authentication data. However,the command ./nedi.pl is meant to > enable it create tables for storage. > > Also when i type mysql -u root -h localhost i get the following output > > ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using > password: NO) > > what does this imply? That you are not supplying mysql with the password. do:
#mysql -u root -p password -h localhost Remember, that you can lookup all the options with man: #man mysql Jan -- Jan Rasmussen ---------------------------------------------------------------------- Email: [email protected] Blogs: http://janholbo.blogspot.com Web: http://www.kaddu.dk http://janholbodk.blogspot.com http://kaddulinux.blogspot.com ---------------------------------------------------------------------- Views expressed are my own and can not be attributed to anyone else _______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
