From: Chris Freeman [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, May 21, 2001 2:29 PM
> To: DEVOS BASTIEN
> Subject: Re: mysql start failed.
>
> oops that was not quite right,
> that was a mixture of starting the daemon and connecting to the server all
> with one command, a
> -Original Message-
> From: Chris Freeman [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, May 21, 2001 2:29 PM
> To: DEVOS BASTIEN
> Subject: Re: mysql start failed.
>
> oops that was not quite right,
> that was a mixture of starting the daemon and connecting
any other idea ?
I even ran it with all options listed here in the log. I mean basedir,
tmpdir, ...
thanks,
Bastien.
> -Original Message-
> From: Chris Freeman [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, May 19, 2001 3:07 PM
> To: DEVOS BASTIEN
> Subject: Re
try connect with a minimal script, like this (I didn't try it) :
#!/usr/bin/perl -w
use strict;
use CGI;
use DBI;
my $dbh;
print "something before connect";
$dbh = DBI->connect("DBI:mysql:$database", "$username", "$password") or die
"Couldn't connect to database: " . $dbh->errstr;
print "somet
> Sent: Friday, May 18, 2001 1:29 PM
> To: DEVOS BASTIEN; [EMAIL PROTECTED]
> Subject: Re: mysql start failed.
>
> has it already started? ps -ef | grep mysql
>
>
> - Original Message -
> From: "DEVOS BASTIEN" <[EMAIL PROTECTED]>
> To:
Here's a problem I have when trying starting mysql.
Config : RH7.0, MySQL 3.23.32, kernel2.4.3.
I read that there's a problem with RH7.0 and that a ´chown -R mysql
/var/lib/mysql´ should resolve that, but it doesn't change anything.
always this message :
010518 13:00:22 mysqld started
010518 13
I'll maybe say something stupid, but if you have your files with your SQL
commands, couldn't you use this command ? :
mysql -u your_user -pyour_password < /path/to/your/SQL/commands/file
?
> -Original Message-
> From: Aires Lima Trindade [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, May 15,
Excuse me but what do you mean by FullText ? Is this a full-text search
engine in MySQL ???
> -Original Message-
> From: ryc [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, May 15, 2001 3:29 PM
> To: James Treworgy; Chris Nichols
> Cc: [EMAIL PROTECTED]
> Subject: Re: Re[2]: MySQL Full
Hi,
I'm new on the list. I subscribed because I need help about a problem I
have.
I heard that this problem is well-known and well-documented, but it never
work ...
In fact, I'm unable to start MySQL(-3.23.38) (even with 3.23.32) on a RedHat
7.0. It doesn't say anything wrong, but MySQL is immedi