The server is not telling you that mysql is not found. The shell is telling you that mysql is not found because the the current directory is not included in the PATH searched by the shell.
try ./mysql or /usr/local/bin/mysql. Cindy Yu wrote: >Hi Simon, > >I appreicate your help. > >Our server is a Solaris 5.6 server. After I cd to the mysql bin directory >bindir=/usr/local/bin and connect to mysql server by using mysql or mysqladmin, the >server shows me mysql not found and mysqladmin not found. Can you give my some clue? >You have much much more experience than me. I am frustrated and can not figure it out. > >mysql.server file shows: > >path=/sbin: /usr/sbin:/usr/bin >basedir=/usr/local >bindir=/usr/local/bin >datadir=/usr/local/var >pid-file=/usr/local/var/mysqld.pid >log-file=/usr/local/var/mysqld.log > >Cindy > >>>>Simon Green <[EMAIL PROTECTED]> 01/08 1:26 AM >>> >>>> >Ok......... >Bring down server: >Find the process by useing ps command. >Then use the kill command and then send a TERM signal to the server to see >if it will respond by shutting down normally. >Check tables using myisamchk and isamchk. >Restart server with --skip-grant-tables option. >Set new root password. >Now restart the server with mysqladmin and flush-privileges. > >Hope this helps.... > >Simon > >-----Original Message----- >From: Cindy Yu [mailto:[EMAIL PROTECTED]] >Sent: 07 January 2002 18:17 >To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; >[EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Re: RE: Mysql connection problem > > >Hi Simon, > >Thanks for your reply. Can you tell me how to do it? I tried, but it shows >me the error: > >"mysql not found". How can I find mysql server? > >Cindy > >>>>Simon Green <[EMAIL PROTECTED]> 01/07 10:05 AM >>> >>>> >No but you can start MySQL with out grant tables. >See on line manual and don't know password. >Or ./mysql --help > >Simon > >-----Original Message----- >From: Cindy Yu [mailto:[EMAIL PROTECTED]] >Sent: 07 January 2002 17:48 >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Mysql connection problem > > >Hello, > > >I have a question for you. I have a Solaris 5.6 server running Mysql. It is >our company' website. I just know the server's root password and I don't >know mysql database user name and password. Is it possible to login to Mysql >database by using the server root and its password? How can I do it? > >Your answer will be appreciated! > >Cindy > > > >--------------------------------------------------------------------- >Before posting, please check: > http://www.mysql.com/manual.php (the manual) > http://lists.mysql.com/ (the list archive) > >To request this thread, e-mail <[EMAIL PROTECTED]> >To unsubscribe, e-mail ><[EMAIL PROTECTED]> >Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php > > >--------------------------------------------------------------------- >Before posting, please check: > http://www.mysql.com/manual.php (the manual) > http://lists.mysql.com/ (the list archive) > >To request this thread, e-mail <[EMAIL PROTECTED]> >To unsubscribe, e-mail ><[EMAIL PROTECTED]> >Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php > > --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php