sors'
Regards,
Amit Sharma
[EMAIL PROTECTED]
Amit Sharma
E: [EMAIL PROTECTED]
M: +91 9971 490 700
W: www.affle.co.uk
-Original Message-
From: Moon's Father [mailto:[EMAIL PROTECTED]
Sent: 18 December 2007 12:33
To: mysql@lists.mysql.com
Subject: Does anyone know how mysql work
www.affle.co.uk
> -Original Message-
> From: Moon's Father [mailto:[EMAIL PROTECTED]
> Sent: 18 December 2007 12:33
> To: mysql@lists.mysql.com
> Subject: Does anyone know how mysql works for mutiple kernels of a cpu.
>
> Any reply is appreciated,thanks.
--
MySQL Gen
Any reply is appreciated,thanks.
Does anyone know the GA release date for Mysql 5.0 ?
Thanks!
Nupur
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
query log.
Does anyone know of a utility that will processes the general query log
(not the binary log or the binary log text file from mysqlbinlog) to
rerun the queries?
The program would need to...
...strip file header information
...strip the leading non query info from the line
...handle qu
Daniel Gaddis wrote:
does anyone know of a utility that will processes the query log to rerun
the queries?
The program would need to...
...strip the leading non query info from the line
...handle queries that span multiple lines
...change databases when appropriate before queries
...add the ; to
does anyone know of a utility that will processes the query log to rerun
the queries?
The program would need to...
...strip the leading non query info from the line
...handle queries that span multiple lines
...change databases when appropriate before queries
...add the ; to the end of the
On Wed, May 29, 2002 at 11:58:06AM -0600, Weaver, Walt wrote:
>
> when MySQL 4.0.2 will be out? We'd like to play around with InnoDB's
> autoextend feature on v.4.
On what platform? If you're on FreeBSD or Linux, I can send you one
of my daily builds. Sice you're just looking to play around, yo
when MySQL 4.0.2 will be out? We'd like to play around with InnoDB's
autoextend feature on v.4.
Thanks,
--Walt Weaver
Bozeman, Montana
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http:/
At 1:09 PM -0700 8/23/01, Truoc Duong wrote:
>Hi,
>
>I am using mod_perl and MySQL 3.23.38 on Red Hat Linux
>6.2 and my following codes occasionally got an error.
>
>$SQL = 'SELECT col1,col2 FROM table1'.
> ' WHERE keya=1 AND keyb=2';
>$STH = $DBH->prepare($SQL) || die $SQL;
>
Hi,
I am using mod_perl and MySQL 3.23.38 on Red Hat Linux
6.2 and my following codes occasionally got an error.
$SQL = 'SELECT col1,col2 FROM table1'.
' WHERE keya=1 AND keyb=2';
$STH = $DBH->prepare($SQL) || die $SQL;
if ($STH->execute() >= 1) {
$rec = $STH->fetchrow_
11 matches
Mail list logo