All
Lately I am struggling with big tables maintenance,
I've just made a very quick and dirty tool for having summaries from the
binary log files,
like how many times a table was updated, or inserted or deleted.
Before going any further I would really appreciate your opinion to know if
there is
All
Lately I am struggling with big tables maintenance,
I've just made a very quick and dirty tool for having summaries from the
binary log files,
like how many times a table was updated, or inserted or deleted.
Before going any further I would really appreciate your opinion to know if
there is
I'm running mysql-5.0.46 on a linux system on a VPS. As such, the yum package
manager is being used to install a standardized mysql installation, and I due to
other system dependencies, I can't change this.
I need a second mysql installation on that machine that runs under a completely
different
--On September 5, 2006 1:41:43 PM +0530 Arvind Kumar
<[EMAIL PROTECTED]> wrote:
Hi!
Any help would be appriciated.
I found MySQL binaries for embedded system (Processor: Power PC,
OS:Linux)
There is not much space available in the hard disk. It is around 20 MB.
The binary size is large enou
Hi!
Any help would be appriciated.
I found MySQL binaries for embedded system (Processor: Power PC, OS:Linux)
There is not much space available in the hard disk. It is around 20 MB.
The binary size is large enough, could you please tell me how can i reduce
binary size. Stripping, I already did.
Hi all,
IĆ” trying to install and use a MySQL binary distribution doing the folowing steps:
Download the file mysql-standard-4.0.20-pc-linux-i686.tar.gz
groupadd mysql
useradd -g mysql mysql
cd /usr/local
gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar
First of all check the *.err log in your data dir. It will likely give you
some clue as to what is happening.
-Original Message-
From: Laercio Xisto Braga Cavalcanti
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 3:08 PM
To: [EMAIL PROTECTED]
Subject: Installing Mysql binary
Hi,
For the busy ones, here's my question (then i explain): is it possible
to add an UDF to a binary distr (.rpm for RH-8, downloaded from
mysql.com) ?
I'm having problems in creating an UDF (i create but when a use it
mysqld restarts automatically). I've already created UDF functions in
the past
Lenz Grimmer wrote:
Sorry, but that would not be true. We actually *do* distribute most
binaries in gzipped tar archives. tar.gz is not limited to contain source
files only.
I posted a self-correction. I still think the download page is
unnecessarily misleading in some ways. Perhaps fixi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, 18 Dec 2002, Michael T. Babcock wrote:
> This binary/source confusion comes from the download page; it says
> "Binary packages (tar.gz)" for the source download and "Linux RPM
> packages (rpm)" for the binary package. Could someone please cha
Santiago Alba wrote:
I installed binary version (source distribution)... not with rpm
This binary/source confusion comes from the download page; it says
"Binary packages (tar.gz)" for the source download and "Linux RPM
packages (rpm)" for the binary package. Could someone please change
th
Maybe it's just me, but I'm getting this sinking feeling I just asked
another "google" question! :-/
How about I simplify my request to any recommendations for compiler(s)
that would be suitable to compile binaries for Mac OS X's Darwin 6.1
and/or... Windows XP...
Thank you!
Brian
--
Brian S.
Maybe it's just me, but I'm getting this sinking feeling I just asked
another "google" question! :-/
How about I simplify my request to any recommendations for compiler(s)
that would be suitable to compile Binaries for Mac OS X's Darwin 6.1
and/or... Windows XP...
Thank you!
Brian
--
Brian S.
Hello,
I'm interested in compiling my own MySQL binaries but I'm not quite
sure of what all I will need to do so. From what I understand, thus
far, I will need a MySQL source package and a compiler. Is there
anything else I will need to complete this task and does anyone have a
recommendation
David,
Monday, November 18, 2002, 2:53:33 AM, you wrote:
DW> I am trying to install mysql-3.23.53a-pc-linux-gnu-i686 to my linux kernel
DW> 2.2.14(Caldera OpenLinux 2.4). I follow throught the installation porcess
DW> in the documentation in the mysql.com web site.
DW> I am using bash shell, here
Is there any reason I should use my MySQL supplies binaries to upgrade
my currently installed version? I compile the running version (3.23.49).
Is there any difficulty in doing this? Any pitfalls to watch out for, or
should I just continue to compile my own and upgrade via that path?
- Greg
--
Hi guys,
I am trying to install mysql-3.23.53a-pc-linux-gnu-i686 to my linux kernel
2.2.14(Caldera OpenLinux 2.4). I follow throught the installation porcess
in the documentation in the mysql.com web site.
I am using bash shell, here is the list of commands i went through:
shell> groupadd mysql
s
Hi list,
I've got a mysql dedicated server.
Some piece of hardware :
SMP : 2 * Intel PIII 1 Ghz
1Go of ram
Scsi - Raid 5 Hdds
Linux red-hat 7.2
This system run mysql 3.23.49 (tar.gz binary from Mysql.com ).
I only have one MyIsam table with around 5 Millions of records ( around 1.2
Go disk space
You might want to use the mysqlbinlog utility to look at the binlog. The
binlog format has changed at least once in past versions and could change
again. However, the output from mysqlbinlog just a straight text format
of updates/inserts/deletes which happen to a database.
-Marc
Konstantin Yo
Konstantin,
Friday, March 29, 2002, 11:31:23 AM, you wrote:
KY> I want to ask about binary log - what kind of info it
KY> writes and how I can use it. Is this info is connected
KY> with optimizing mysql work.
mysqld writes in a log file all SQL commands that update data and info about how long
Hello! :)
I want to ask about binary log - what kind of info it
writes and how I can use it. Is this info is connected
with optimizing mysql work.
Thanks.
Kosyo
__
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http
On Fri, 23 Nov 2001 23:46:40 -0600, Paul DuBois <[EMAIL PROTECTED]> wrote:
>>At 10:14 PM -0600 11/23/01, Mike(mickalo)Blezien wrote:
>>>Hello all,
>>>
>>>I'm a bit confused. Does the Mysql-Max only come with BDB/Innodb
>>>support or does
>>>both the Mysql and Mysql-Max binaries both support tr
At 10:14 PM -0600 11/23/01, Mike(mickalo)Blezien wrote:
>Hello all,
>
>I'm a bit confused. Does the Mysql-Max only come with BDB/Innodb
>support or does
>both the Mysql and Mysql-Max binaries both support transactions??
Max only.
>
>thx's
>
>Mike(mickalo)Blezien
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Hi!
> "ajgrif" == ajgrif <[EMAIL PROTECTED]> writes:
>> Description:
ajgrif> I downloaded the lated AIX binary from mysql.com, and unpacked it to
/usr/local/mysql. I then cd'd to /usr/local/mysql and ran scripts/mysql_install_db
per the INSTALL-BINARY file. This is the error I
_db
> >Fix:
>
>
> >Submitter-Id:
> >Originator: Andrew Griffin ([EMAIL PROTECTED])
> >Organization: Emerson Process Management
> >MySQL support: none
> >Synopsis:
> >Severity: non-critical
> >Priority:medium
> >
s Management
>MySQL support: none
>Synopsis:
>Severity: non-critical
>Priority: medium
>Category: mysql
>Class: support
>Release: mysql-3.23.41 (Official MySQL binary)
>Environment:
System: AIX aixtest1 3 4 000165744C00
So
"MikeBlezien" <[EMAIL PROTECTED]> writes:
>
>
> I assume this is the correct one to download then:
> mysql-3.23.39-pc-linux-gnu-i686.tar.gz
>
>
> Mike(mickalo)Blezien
>
Yes.
--
Regards,
__ ___ ___ __
/ |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
/
I assume this is the correct one to download then:
mysql-3.23.39-pc-linux-gnu-i686.tar.gz
>>"MikeBlezien" <[EMAIL PROTECTED]> writes:
>>>
>>> Thanks. Which files would I need to download then?? Just the RPM's or RPM's and
>>> the tarball binary?
>>On Fri, 6 Jul 2001 16:54:12 +0300, Sinisa Mi
"MikeBlezien" <[EMAIL PROTECTED]> writes:
>
> Thanks. Which files would I need to download then?? Just the RPM's or RPM's and
> the tarball binary?
>
>
> Mike(mickalo)Blezien
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Thunder Rain Internet Publishing
> Providing Internet Solutions that work!
Thanks. Which files would I need to download then?? Just the RPM's or RPM's and
the tarball binary?
>>On Fri, 6 Jul 2001 16:41:05 +0300, Sinisa Milivojevic <[EMAIL PROTECTED]> wrote:
Use our MySQL-Max binary as it contains InnoDB. Our binaries are built
in the most optimial manner, a
"MikeBlezien" <[EMAIL PROTECTED]> writes:
> Hello All,
>
> Our company is going to be setting up on a dedicated server, so I am in the
> process of doing some "crash course" learning as a system admin. We are looking
> at a server with RedHat Linux 6.2 O/S and we want to install MySQL laster stab
Hello All,
Our company is going to be setting up on a dedicated server, so I am in the
process of doing some "crash course" learning as a system admin. We are looking
at a server with RedHat Linux 6.2 O/S and we want to install MySQL laster stable
version w/InnoDB enabled. Now from the docs, it s
Hi All,
I have installed mysql 3.23.38 from binary distribution.
Problem is that when I try to compile some program for mysql i got this
error message:
--
gcc -o nacctd -Wall -O2 -Wstrict-prototypesmain.o daemon.o process.o
utils.o config.o capture-linux.o
I saw that MySQL now includes BDB in the source tree.
When will be released a binary package with BDB and transactions support
already compiled? I'm interested in the Linux, Irix and Windows
versions.
--
Florin Andrei
-
Befor
Jerome Abela writes:
> I encountered a few problems with the genuine 1.7.8-1 binary RPM for
> mysql++.
>
> - If I compile:
> Connection con("temp","localhost","root","temp",3306,0,60,1,"",0);
> The linker complains: undefined reference to
>`MysqlConnection::MysqlConnection(char cons
I encountered a few problems with the genuine 1.7.8-1 binary RPM for
mysql++.
- If I compile:
Connection con("temp","localhost","root","temp",3306,0,60,1,"",0);
The linker complains: undefined reference to `MysqlConnection::MysqlConnection(char
const *, char const *, char const *, char con
In the last episode (Mar 12), [EMAIL PROTECTED] said:
> >Description:
>When I try and run scripts/mysql_install_db I get the error
>'/usr/libexec/ld-elf.so.1:
> /usr/lib/libstdc++.so.3: Undefined symbol "__ti9exception"' I also got the same
>error when I tried to run mysql using
> /usr
>Description:
When I try and run scripts/mysql_install_db I get the error
'/usr/libexec/ld-elf.so.1:
/usr/lib/libstdc++.so.3: Undefined symbol "__ti9exception"' I also got the same error
when I tried to run mysql using
/usr/local/mysql/bin/mysql as stated in the Subject I have FreeBSD
38 matches
Mail list logo