29 Jan
2003
29 Jan
'03
6:46 a.m.
While experimenting with mysql the mysqld stopped responding to root@localhost. This is probably an effect of such command: delete from user where host='localhost'; Now I get this while trying to mysqladmin: [root@localhost koha-RC1]# mysqladmin reload mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'root@localhost' (Using password: NO)' [root@localhost koha-RC1]# What to do? Benedict