Username : Date : Action : Comments [ close all ] |
|
|
|
Clete2 : 29/03/02 08:26 PM : Incident created |
- Hi guys, I'm running a Linux Mandrake 8.2 box (i686)... I am having a VERY bad time w/ mysql... where does Mandrake install it?
|
|
|
|
danko : 30/03/02 09:49 AM : Reply received |
- rpm -qil package_name
should list where everything is installed for the package
to see which packages with name mysql are installed, either search from
Mandrake's Software Manager, or do a "rpm -wa |grep -i mysql"
|
|
|
|
Clete2 : 30/03/02 04:10 PM : More info provided |
- ok thanks... I found it's in /usr/bin/ but umm its giving me this:
020330 09:11:58 mysqld started
/usr/sbin/mysqld-max: Fatal error: Error message file '/usr/share/mysql/english/errmsg.sys' had only 218 error messages, but it should have at least 226 error messages.
Check that the above file is the right version for this program!
020330 9:11:58 Aborting
020330 09:11:58 mysqld ended
"
Well, I added some blank messages... didn't do anything... still says its 218... also, I started /usr/bin/safe_mysqld... not /usr/sbin/mysqld-max.
|
|
|
|
Linegod_7611 : 02/04/02 09:33 PM : Reply received |
- Do not start MySQL from the binary, use the 'service' command:
# service mysql stop
# service mysql start
or
# /etc/rc.d/init.d/mysql stop
# /etc/rc.d/init.d/mysql start
And give the output of the 'rpm -wa |grep -i mysql' command as suggested by
danko.
|
|
|
|
Clete2 : 19/04/02 01:05 PM : More info provided |
- thanks all! worked :)...
|
|
|
|
Clete2 : 19/04/02 01:05 PM : More info provided |
- thanks all! worked :)...
|
|
|
|
Clete2 : 19/04/02 01:07 PM : Incident closed |
-
|
|
|