Hello, At a linux server with Red Hat I have installed "MySQL-server-4.0.22-0.i386.rpm".
On the client (Win 2000) I have installed the MySQL Administrator "mysql-administrator-1.0.14-win.msi" and the MySQL Query Browser "mysql-query-browser-1.1.1-gamma-win.msi". All software is downloaded from http://dev.mysql.com/. This software does not maintain a shell like the tool "mysql" and "mysqladmin". I want to use that tools for testing because after a change of passwords with MySQL Adminstration the access to the server is denied and I have to use the following commands for getting full access again: kill `cat /usr/lib/xxxxx.pid` mysqld_safe --skip-grant-tables & Has anyone an answer to that problem? Gunter -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]