MySQL will not run on Debian Linux version 2.4

2002-02-15 Thread Mark M Jervis Jr.

Hi,
   I am trying to install run MySQL version 3.23.43-pc-linux-gnu-i686. When
I try to run it to finish installation and set up users, i get the
following error:
/usr/local/mysql# mysql start
su: mysql: command not found

I have also tried running MySQL with the mysqld start, mysqld, and mysql
commands and all of them result in the same message.

If you can help me I will be very grateful.

Thank You,
Mark


-
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




Re: MySQL will not run on Debian Linux version 2.4

2002-02-15 Thread Christopher Thompson

Prefix it with the path:

/usr/local/mysql/mysqld start
or whatever.

On Friday 15 February 2002 3:16 pm, Mark M Jervis Jr. wrote:
 Hi,
I am trying to install run MySQL version 3.23.43-pc-linux-gnu-i686. When
 I try to run it to finish installation and set up users, i get the
 following error:
 /usr/local/mysql# mysql start
 su: mysql: command not found

 I have also tried running MySQL with the mysqld start, mysqld, and mysql
 commands and all of them result in the same message.

 If you can help me I will be very grateful.

 Thank You,
 Mark


 -
 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




Re: MySQL will not run on Debian Linux version 2.4

2002-02-15 Thread Luie


or you can try...
/usr/local/mysql# ./mysql start


Christopher Thompson wrote:

Prefix it with the path:

/usr/local/mysql/mysqld start
or whatever.

On Friday 15 February 2002 3:16 pm, Mark M Jervis Jr. wrote:
 Hi,
I am trying to install run MySQL version 3.23.43-pc-linux-gnu-i686. When
 I try to run it to finish installation and set up users, i get the
 following error:
 /usr/local/mysql# mysql start
 su: mysql: command not found

 I have also tried running MySQL with the mysqld start, mysqld, and mysql
 commands and all of them result in the same message.

 If you can help me I will be very grateful.

 Thank You,
 Mark


__
www.edsamail.com

-
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