freelsjd wrote:
I am using mysql, but don't remember how I set all this up.
then start the mysqld server and get

MySql requires the daemon. Most installs set up a auto start
for it, it won't work until you get that.



mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: NO)

obviously missing something here...


That is the normal mysql security in place.

try
mysql mysql -u root
and see if that starts it properly. I expect it will.
You will then need to setup 'grant' commands.

Someimes, depending on how your mysql was setup, you will need to do
mysql mysql -u root -p

and then enter the proper password



--
Pat
http://www.pfarrell.com/music/slimserver/slimsoftware.html

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to