Re: mysql server wont start

2003-06-29 Thread Paul DuBois
At 18:27 + 6/29/03, Blake Howe wrote:
OK i am having problems starting the mysql server on Redhat Linux 8.0.

A little aboutmy background. I have some experience getting around 
in linux on the command line. Proably enough just to be dangerous 
:-). I have installed and used Mysql under Windows 2000 no problem.

Question:

I installed Mysql from an RPM on Redhat 8.0 Im fairly sure that it 
installed properly at least i didnt see any error messages.

This is what it gave me using mysql.server start:
(it gave me basically the same message when using mysqld_safe)
[EMAIL PROTECTED] mysql]# ./mysql.server start
[EMAIL PROTECTED] mysql]# Starting mysqld daemon with databases from 
/var/lib/mysql
030629 12:21:45  mysqld ended

I assume this means that the server started with no problem?
No, that means it ended, i.e., it's *not* running.  If you look
in the data directory (/var/lib/mysql on your system) there should be
an error log (a file with a .err suffix).  Does it contain any clues.
  When I did a PS i didnt see the server running in the background I 
assume it should show up as a process. Then when i issuied the 
following according to the post-install documentation to set intial 
privlidges it gave this error.

[EMAIL PROTECTED] bin]# mysqladmin -u root password 'star1234'
Illegal instruction
[EMAIL PROTECTED] bin]# ./mysql -u root mysql
Illegal instruction
That's odd.  Which RPM or RPMs did you install?  (Please provide the
*exact* names.)
Im sure there is something simple i have missed but it keeps telling 
me that everything is an illegal instruction. Id appreicate any help 
if someone has encountered something similar. Any more information 
you need just tell me.

Thanks for you time,
Blake


--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
Are you MySQL certified?  http://www.mysql.com/certification/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


RE: mysql server wont start

2003-06-29 Thread Paul DuBois
At 19:32 +0100 6/29/03, Peter Lovatt wrote:
Hi

did you run mysql_install_db ? This sets up the mysql database and initial
privilages
The RPM install should do that automatically.

Peter

-Original Message-
From: Blake Howe [mailto:[EMAIL PROTECTED]
Sent: 29 June 2003 19:27
To: [EMAIL PROTECTED]
Subject: mysql server wont start
OK i am having problems starting the mysql server on Redhat Linux 8.0.

A little aboutmy background. I have some experience getting around in linux
on the command line. Proably enough just to be dangerous :-). I have
installed and used Mysql under Windows 2000 no problem.
Question:

I installed Mysql from an RPM on Redhat 8.0 Im fairly sure that it installed
properly at least i didnt see any error messages.
This is what it gave me using mysql.server start:
(it gave me basically the same message when using mysqld_safe)
[EMAIL PROTECTED] mysql]# ./mysql.server start
[EMAIL PROTECTED] mysql]# Starting mysqld daemon with databases from
/var/lib/mysql
030629 12:21:45  mysqld ended
I assume this means that the server started with no problem?  When I did a
PS i didnt see the server running in the background I assume it should show
up as a process. Then when i issuied the following according to the
post-install documentation to set intial privlidges it gave this error.
[EMAIL PROTECTED] bin]# mysqladmin -u root password 'star1234'
Illegal instruction
[EMAIL PROTECTED] bin]# ./mysql -u root mysql
Illegal instruction
Im sure there is something simple i have missed but it keeps telling me that
everything is an illegal instruction. Id appreicate any help if someone has
encountered something similar. Any more information you need just tell me.
Thanks for you time,
Blake


--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
Are you MySQL certified?  http://www.mysql.com/certification/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


RE: mysql server wont start

2003-06-29 Thread Peter Lovatt
Hi

did you run mysql_install_db ? This sets up the mysql database and initial
privilages

Peter

-Original Message-
From: Blake Howe [mailto:[EMAIL PROTECTED]
Sent: 29 June 2003 19:27
To: [EMAIL PROTECTED]
Subject: mysql server wont start


OK i am having problems starting the mysql server on Redhat Linux 8.0.

A little aboutmy background. I have some experience getting around in linux
on the command line. Proably enough just to be dangerous :-). I have
installed and used Mysql under Windows 2000 no problem.

Question:

I installed Mysql from an RPM on Redhat 8.0 Im fairly sure that it installed
properly at least i didnt see any error messages.

This is what it gave me using mysql.server start:
(it gave me basically the same message when using mysqld_safe)

[EMAIL PROTECTED] mysql]# ./mysql.server start
[EMAIL PROTECTED] mysql]# Starting mysqld daemon with databases from
/var/lib/mysql
030629 12:21:45  mysqld ended

I assume this means that the server started with no problem?  When I did a
PS i didnt see the server running in the background I assume it should show
up as a process. Then when i issuied the following according to the
post-install documentation to set intial privlidges it gave this error.

[EMAIL PROTECTED] bin]# mysqladmin -u root password 'star1234'
Illegal instruction


[EMAIL PROTECTED] bin]# ./mysql -u root mysql
Illegal instruction


Im sure there is something simple i have missed but it keeps telling me that
everything is an illegal instruction. Id appreicate any help if someone has
encountered something similar. Any more information you need just tell me.

Thanks for you time,
Blake

_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



mysql server wont start

2003-06-29 Thread Blake Howe
OK i am having problems starting the mysql server on Redhat Linux 8.0.

A little aboutmy background. I have some experience getting around in linux 
on the command line. Proably enough just to be dangerous :-). I have 
installed and used Mysql under Windows 2000 no problem.

Question:

I installed Mysql from an RPM on Redhat 8.0 Im fairly sure that it installed 
properly at least i didnt see any error messages.

This is what it gave me using mysql.server start:
(it gave me basically the same message when using mysqld_safe)
[EMAIL PROTECTED] mysql]# ./mysql.server start
[EMAIL PROTECTED] mysql]# Starting mysqld daemon with databases from 
/var/lib/mysql
030629 12:21:45  mysqld ended

I assume this means that the server started with no problem?  When I did a 
PS i didnt see the server running in the background I assume it should show 
up as a process. Then when i issuied the following according to the 
post-install documentation to set intial privlidges it gave this error.

[EMAIL PROTECTED] bin]# mysqladmin -u root password 'star1234'
Illegal instruction
[EMAIL PROTECTED] bin]# ./mysql -u root mysql
Illegal instruction
Im sure there is something simple i have missed but it keeps telling me that 
everything is an illegal instruction. Id appreicate any help if someone has 
encountered something similar. Any more information you need just tell me.

Thanks for you time,
Blake
_
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]