If you are looking for great compression another option is TokuDB. It
supports quicklz, zlib, and lzma compression.
On Wed, Sep 18, 2013 at 2:30 AM, Manuel Arostegui wrote:
> 2013/9/17 Wayne Leutwyler
>
> > Hello List,
> >
> > I have a customer who is wanting to u
2013/9/17 Wayne Leutwyler
> Hello List,
>
> I have a customer who is wanting to use the Archive Engine. I have no
> experience with this engine, other than what I am been reading. Why would I
> want to use Archive over InnoDB. They are only going to be placing audit
> inform
ere:
>
> http://dev.mysql.com/doc/refman/5.0/en/archive-storage-engine.html
>
> The ARCHIVE engine supports INSERT and SELECT, but not DELETE, REPLACE, or
> UPDATE. It does support ORDER BY operations, BLOB columns, and basically all
> but spatial data types (see Section 12.16.4.1
>From here:
http://dev.mysql.com/doc/refman/5.0/en/archive-storage-engine.html
The ARCHIVE engine supports
INSERT<http://dev.mysql.com/doc/refman/5.0/en/insert.html>
and SELECT <http://dev.mysql.com/doc/refman/5.0/en/select.html>, but not
DELETE <http://dev.mysql.com
Hello List,
I have a customer who is wanting to use the Archive Engine. I have no
experience with this engine, other than what I am been reading. Why would I
want to use Archive over InnoDB. They are only going to be placing audit
information in the table.
Walter "Wayne" Leutwyle
On Tue, Dec 14, 2010 at 12:52, Patrice Olivier-Wilson wrote:
> On 12/14/10 12:51 PM, Patrice Olivier-Wilson wrote:
>>
>> I have a question that this list solved a year ago, and I can't remember
>> what the solution was. Does this list have an archive?
>>
>>
On 12/14/10 12:51 PM, Patrice Olivier-Wilson wrote:
I have a question that this list solved a year ago, and I can't remember
what the solution was. Does this list have an archive?
(Sorry if it is on one of the links to the list, but I don't have any on
hand at the moment.)
see
I have a question that this list solved a year ago, and I can't remember
what the solution was. Does this list have an archive?
(Sorry if it is on one of the links to the list, but I don't have any on
hand at the moment.)
--
Patrice Olivier-Wilson
http://biz-comm.com
--
MySQL Gener
>
> http://dev.mysql.com/doc/refman/5.1/en/archive-storage-engine.html#c11511
>
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:http://lists.mysql.com/mysql?unsub=vegiv...@tuxera.be
>
>
--
Bier met grenadyn
I gotta ask...
http://dev.mysql.com/doc/refman/5.1/en/archive-storage-engine.html#c11511
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org
I have a very large table (over 2 billion rows) which is partitioned by
day. I'd like to archive all the data in the oldest partition to another
table before I drop that partition. Is there some way other than a
simple select statement that has parameters that match those of the
partition
e production on to an
> "archive server"? I would like to this for two reasons:
>
> 1) To run data-mining queries on a copy of the live dataset without the
> risk of overloading the production server.
> 2) To maintain an addional set of "historical tables" that co
Hello,
I have a Python application that is using MySQL to store records of
transactions about 3 tables with ~1k records each.
How can I periodically copy the records off the production on to an "archive
server"? I would like to this for two reasons:
1) To run data-mining qu
data is transferred to DB2 (my be with replication) but
don't want transfer DELETE & DROP statement into it.
I heard about mk-archiver, but it seem not good from the performance
perspective.
Is there a way to archive the data by utilizing replication with DML
(DELETE) and DDL (DROP)
EATE TABLE `clog` ( `cID` int(20) NOT NULL auto_increment, `lID`
> > int(10) default NULL, `ip` int(10) default NULL, `timestamp` int(11)
> > NOT NULL, PRIMARY KEY (`clickID`) ) ENGINE=MYISAM; or i use ARCHIVE
> >
> > I have a bit of a problem that occurs only when i cha
) default NULL, `timestamp` int(11)
NOT NULL, PRIMARY KEY (`clickID`) ) ENGINE=MYISAM; or i use ARCHIVE
I have a bit of a problem that occurs only when i change my really
simple log table to the archive engine. The replication breaks. Any
thoughts? The row number of the error is variable. When the
have to perform other task also.
My task is to keep 3 monts data on the production server. archive the whole
data and move it other computer. Reclaim the free space also.
You mentioned many of the issues I wrote about here:
http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and
task is to keep 3 monts data on the production server. archive the whole
data and move it other computer. Reclaim the free space also.
Please give me the efficient way to do this job.
Regards,
Krishna
On 8/3/07, Sebastian Mendel <[EMAIL PROTECTED]> wrote:
>
> krishna chandra praja
krishna chandra prajapati schrieb:
> Hi Sebastain,
>
> On my production server there is two year data. So the hard disk is nearly
> 60% full. It contains user data also. On the basis of data column, i have to
> keep only 3 months user data on the production server. I have to also
Hi Sebastain,
On my production server there is two year data. So the hard disk is nearly
60% full. It contains user data also. On the basis of data column, i have to
keep only 3 months user data on the production server. I have to also
archive whole data and move it to other system.
Regards
krishna chandra prajapati schrieb:
> Hi All,
>
> I am working on the production server. I have been assigned the task of
> keeping 3 months data on the production server and archive the whole data
> also and move it to another system.(Innodb data)
>
> Experts, Please give me
krishna chandra prajapati wrote:
Hi All,
I am working on the production server. I have been assigned the task of
keeping 3 months data on the production server and archive the whole data
also and move it to another system.(Innodb data)
Experts, Please give me the efficient way of do this task
Hi All,
I am working on the production server. I have been assigned the task of
keeping 3 months data on the production server and archive the whole data
also and move it to another system.(Innodb data)
Experts, Please give me the efficient way of do this task.
-Regards,
Krishna
For disaster recovery, it's good to have copies of your database dumps
that you can easily & conveniently access, that are outside the data
center where the database lives. Since we do a weekly full dump and
use binary logs for "incrementals", I also wanted copies of our binary
logs in the same pl
Hi,
Is it possible to use the embedded server with the archive storage engine
(version 5.0.24a)?
I tried to build it on windows with VS2005, and encountered a few problems.
After I managed to build it, I had an assertion failure in a file close
operation.
I built libmysqld in the following way
On 3/28/06, Peter Brawley <[EMAIL PROTECTED]> wrote:
> >I require something along the lines of this:
>
> >CREATE TABLE old AS SELECT * FROM request_log ENGINE=ARCHIVE
>
> CREATE TABLE tblname ENGINE=archive SELECT * FROM request_log;
>
> PB
Excellent. Exactly
Terry
I require something along the lines of this:
CREATE TABLE old AS SELECT * FROM request_log ENGINE=ARCHIVE
CREATE TABLE tblname ENGINE=archive SELECT * FROM request_log;
PB
-
Terry Burton wrote:
Hi,
I'm using MySQL 4.11. Is it possible to use the CREATE TABLE x AS
s
On 3/28/06, Pure Web Solution <[EMAIL PROTECTED]> wrote:
> I dont think that it is possible to specify the engine when creating a table
> this way, you could however create the table using the:
>
> CREATE TABLE old AS SELECT * FROM request_log
>
> and then issue an alter table command setting the e
es very simple.
>
> I require something along the lines of this:
>
> CREATE TABLE old AS SELECT * FROM request_log ENGINE=ARCHIVE
>
> If this cannot be done then I can always get equivalent functionality
> by performing CREATE TABLE x (...) ENGINE=x followed by INSERT INTO x
&g
Hi,
I'm using MySQL 4.11. Is it possible to use the CREATE TABLE x AS
syntax alongside the ENGINE = x pragma, since this would make
archiving of tables very simple.
I require something along the lines of this:
CREATE TABLE old AS SELECT * FROM request_log ENGINE=ARCHIVE
If this cannot be
h a
1GB archive table. Using a separate MyISAM table for
each day of data (~ 132mb/3.2m rows) gives me the
response time I need -- plus there are no scenarios in
which I will be performing cross-day queries (I would
guess I could use the merge table if necessary).
Thanks again,
Marc
--- "Loga
ided RPMs on a RH ES3 box.
>
> Below is the tablestatus.
>
> mysql> show table status like 'trade' \G
> *** 1. row
> ***
>Name: trade
> Engine: ARCHIVE
> Version: 10
>
Hi Marc,
I would be a bit suspicious of the version of zlib or something similar.
If it has only been compiled with a 32bit compiler, this could be
causing an artificial limit of 2Gb on a pointer.
The ARCHIVE engine uses the zlib for its compression, that comes with
mysql. I am presuming if it
estatus.
mysql> show table status like 'trade' \G
*** 1. row
*******
Name: trade
Engine: ARCHIVE
Version: 10
Row_format: Compressed
Rows: 0
Avg_row_length: 4137
Data_length: 21474836
: Marc Rossi [mailto:[EMAIL PROTECTED]
Sent: Thursday, 17 November 2005 3:16 PM
To: mysql@lists.mysql.com
Subject: mysqld crash with archive engine > 2gb
I am trying to populate a table using the archive
engine that I estimate will take up ~ 8gb of disk
space when finished. Right now I am crash
say?
-Sheeri
On 11/16/05, Marc Rossi <[EMAIL PROTECTED]> wrote:
> I am trying to populate a table using the archive
> engine that I estimate will take up ~ 8gb of disk
> space when finished. Right now I am crashing the
> server as soon as my file gets to the 2gb mark. OS is
&g
I am trying to populate a table using the archive
engine that I estimate will take up ~ 8gb of disk
space when finished. Right now I am crashing the
server as soon as my file gets to the 2gb mark. OS is
linux and there are other files on the same filesystem
that are 30gb+ so I know the fs has
or \g.
Your MySQL connection id is 10 to server version: 5.0.13-rc-debug-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create table ar(a int) engine=archive;
Query OK, 0 rows affected (0.02 sec)
mysql> insert delayed into ar set
; blocks.
>
> Not sure why they say that ARCHIVE storage engine is a new feature in 5.0?
I had to take a double take, as I thought it was.. That could be why its not
working 100%, as its actually a feature of 5.0. However, I am guessing that
this point..
Jeff
pgpv8zNukrx9v.pgp
Description: PGP signature
Jeff Smelser wrote:
I would highly suspect this is a bug.. I would submit one.. unless someone
else knows better..
Not real sure why you really need delayed, archive is suppose to be much
faster on inserts then even myisam.
Jeff
Thanks Jeff!
It's the way our code is written, and I
Jeff Smelser wrote:
On Wednesday 19 October 2005 01:18 pm, Mihail Manolov wrote:
Apparently ARCHIVE tables do not support INSERT DELAYED. Why?
In documentation
(http://dev.mysql.com/doc/refman/4.1/en/archive-storage-engine.html) it
says that it should be possible.
Example of the error that I
Apparently ARCHIVE tables do not support INSERT DELAYED. Why?
In documentation
(http://dev.mysql.com/doc/refman/4.1/en/archive-storage-engine.html) it
says that it should be possible.
Example of the error that I am getting:
INSERT DELAYED INTO audit_log VALUES
('db',
On Fri, 27 May 2005 15:39:36 -0400, wrote:
>news <[EMAIL PROTECTED]> wrote on 05/27/2005 02:46:09 PM:
>
>
>>
>
>It is possible to do just what you propose. You could even FT index your
>code so that you could find certain key phrases (assuming that the
>keyphrase you want is at least 4 (or 3)
At 02:46 PM 5/27/05, zzapper wrote:
Today I designed a fairly cute error404.php page, which I'd like to reuse
in future.
Currently I rely on remembering that I created such a page for say ACME
Carpets.
Now and again my memory fails to remember which site I developed a piece
of HTML,PHP,Perl,J
news <[EMAIL PROTECTED]> wrote on 05/27/2005 02:46:09 PM:
> Hi,
> Today I designed a fairly cute error404.php page, which I'd like to
> reuse in future.
> Currently I rely on remembering that I created such a page for say
> ACME Carpets.
>
> Now and again my memory fails to remember which site
Hi,
Today I designed a fairly cute error404.php page, which I'd like to reuse in
future.
Currently I rely on remembering that I created such a page for say ACME Carpets.
Now and again my memory fails to remember which site I developed a piece of
HTML,PHP,Perl,Javascript
for and I spend more time
Am analysing community participation in mailing lists.
I have a python script that reads mbox files and parse the contents into
Mysql database.
Does anyone knows where i can get archived mbox files of the Mysql
mailing lists?
Thanks in advance
--
Sulayman K. Sowe
Aristotle University of Thessalo
When would a person want to use the archive storage engine?
Would it suitable for output an audit log to?
What happens if I insert into such a table in the middle of a transaction?
Thanks for the info.
- Garrett
--
MySQL General Mailing List
For list archives: http://lists.mysql.com
-Original Message-
From: Jacob, Raymond A Jr
Sent: Monday, August 02, 2004 21:17
To: [EMAIL PROTECTED]
Subject: archive db daily- Rough Draft
I am new to Databases and would appreciate a second set of eyes looking over my sql
script.
The script takes the existing snort database and
created the
> dbArchYesterday that
> mysqld has the database in memory.Is there way to:
> 1. write the database to disk,
> 2. unload the database from memory, if it is in memory,
> in order to file utilities such as tar and gzip to archive and
> compress the
> databas
database to disk,
2. unload the database from memory, if it is in memory,
in order to file utilities such as tar and gzip to archive and compress the
database into to a tgz file?
Thank you,
raymond
PS: Is there a document that describes how mysql loads and unloads tables and
databases in
Why not keep your server running and just use scripted SQL to migrate the
records from one DB to the other?
CREATE DATABASE dbArchYesterday;
USE dbArchYesterday;
CREATE TABLE table1 like dbActive.table1;
CREATE TABLE table2 like dbActive.table2;
CREATE TABLE table3 like dbActive.table3;
CREATE
I am running MySql 3.23.58-1 on a snort database containing IDS alerts.
At 12:00am I would like move the previous day's alerts from four tables to
a backup database named for the previous day.
Has anyone implemented such a backup schedule? And if so can someone
send me a script?
I had the follow
Ian Gibbons wrote:
>
> If someone else quotes your message in a reply ( which is considered best practice
> in all mailing list I have ever been a member of ) email addresses are displayed.
I quote you. Now where is an email address displayed?
> I understand that my address could have ( and is
On Mon, Jul 12, 2004 at 05:28:04PM +0300, Heikki Tuuri wrote the following:
> Ian,
>
> note that the MySQL mailing list is also forwarded to the
> mailing.database.myodbc Usenet group, as well as to several mailing list
> archiving websites. Spam robots and viruses have plenty of places from which
support from http://www.mysql.com/support/index.html
.
List: mysql
Subject:[OT] Email addresses shown in archive at lists.mysql.com
From: "Ian Gibbons"
Date: 2004-07-12 14:18:49
Message-ID: <40F2ABD9.17993.2491A560 () localhost>
[Download message RAW]
D
Dear list,
After posting a question last week from an email address I only use for this list, I
have already started to receive spam and virus reports.
Looking at the archives at lists.mysql.com I notice that the from address is not
shown, just the name.
But...
If someone else quotes your mes
Your file is attached.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
l and it gives me the following error
maxdb-all-linux-32bit-i386-7_5_0_8/
maxdb-all-linux-32bit-i386-7_5_0_8/SDBBAS.TGZ
zcat: maxdb-all-linux-32bit-i386-7_5_0_8.tgz: invalid compressed
data--format violated
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recove
diskspace of /var dir (it is about
1G), so, it was easily full loaded with data. now, i want to archive the
data into another dir. how can i switch the dir such that, i can have a
spacious diskspace to store my data. now, i am facing a problem that i cant
write into the db because of the no diskspace
hi,
i am using linux redhat 8 to power mysql. i installed mysql version 4.0.13
using rpm package. by default, the data file of mysql is alocated at
/var/lib/mysql, but i have a limited of diskspace of /var dir (it is about
1G), so, it was easily full loaded with data. now, i want to archive the
). Possibly a 64-bit PA archive library
(Mismatched ABI).
*** Error exit code 1
Server/Version Information:
HP-UX 11.00 Operating System
mysql> status
--
/software/grs/actr/mysql/bin/mysql Ver 12.18 Distrib 4.0.12, for
hp-hpux11.11 (hppa2.0w)
Connection id: 3
Current datab
<___/ www.mysql.com
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe
On Friday 07 March 2003 13:30, Lakshminarayna U wrote:
> I want to archive and restore a table in MySQL using SQL
> statements. I have tried this by logging in as root user and could
> do it fine. But when I created a new user and login as him, I am
> not able to archive nor res
Hi,
I want to archive and restore a table in MySQL using SQL
statements. I have tried this by logging in as root user and could
do it fine. But when I created a new user and login as him, I am
not able to archive nor restore. I have granted him all the
rights. Is there any specific rights
Yes you can.
Try this query
grant file on database.* to user@'.
also remember
grant file on database.table to user@'. does not work
Anis
>>> "Lakshminarayna U" <[EMAIL PROTECTED]> Friday, March 07, 2003
5:00:30 PM >>>
Hi,
I want t
A new, free, Internet security mailing list archive is now online and
searchable on the Security Clipper website at:
http://www.securityclipper.com
Over 50 security- and privacy-related email mailing lists,
including MySQL-bugs, are available and all are freely searchable
TECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
>> [EMAIL PROTECTED]
>> Subject: Archive on remote Machine.
>>
>>
>> Hi,
>> I use Select * into outfile "filepath" from table to archive the
>> database.
>> Is there any way to archive this
n.
Is there any way i can Archive data to remote machine where MySQL is
not installed.
Anis
"KH Chiu" <[EMAIL PROTECTED]> Wednesday, February 19, 2003
8:46:46 AM >>>
You may try the following command
mysqldump -u -p samp_db | mysql -h
remote
host n
fact, I have a project that has more complex
remote backup requirement. I am working on it using C right now but not yet
completed.
Regards,
> Thanx for the suggestion.
> Is there any way i can Archive data to remote machine where MySQL is
> not installed.
>
> Anis
>
>
&g
I use Select * into outfile "filepath" from table to archive the
database.
Is there any way to archive this into a different machine. (Not current
machine). Also Note the target machibe does not have MySQL installed.
Yes Mapping to new machine and then giving path is an option.
path" from table to archive the
> database.
> Is there any way to archive this into a different machine. (Not current
> machine)
>
> Yes Mapping to new machine and then giving path is an option. Any other
> opton.?
> Anis
>
> ---
On Tuesday 18 February 2003 12:51, Ahmed S K Anis wrote:
> I use Select * into outfile "filepath" from table to archive the
> database.
> Is there any way to archive this into a different machine. (Not current
> machine)
>
> Yes Mapping to new machine and then g
Hi,
I use Select * into outfile "filepath" from table to archive the
database.
Is there any way to archive this into a different machine. (Not current
machine)
Yes Mapping to new machine and then giving path is an option. Any other
op
, 12169 Berlin (Germany)
Telefon: +49 30 7970948-0 Fax: +49 30 7970948-3
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this
://www.mysql.com/doc/en/Backup.html
Another relevant link for you:
http://www.tuxedo.org/~esr/faqs/smart-questions.html
B.
-Oorspronkelijk bericht-
Van: Prasad Budim Ram [mailto:[EMAIL PROTECTED]]
Verzonden: vrijdag 7 februari 2003 7:31
Aan: [EMAIL PROTECTED]
Onderwerp: How to Archive and
/www.mysql.com/manual.php (the manual)
>http://lists.mysql.com/ (the list
> archive)
>
> To request this thread, e-mail
> <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try:
> http://lists.mysql.com
PROTECTED]
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL P
l
* http://www.mysql.com/doc/en/CREATE_DATABASE.html
* http://www.mysql.com/doc/en/DROP_DATABASE.html
This was an automated response to your email 'How to Archive and restore the data in
MySQL database.'.
Final search keyword used to query the manual was 'How to Archiv
manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
Ahmed,
> 1. How can i trigger a database archive when a certain data base limit
> is reached in a table.
> Ex: when 1,00,000 records is reached, archive to file and clean table.
You will have to wait for MySQL 5.0. This version will have SQL
triggers.
> 2. How can i restore multipl
HI,
I have a few questions related to DB archving / restore capability of
MySQL. Most of them are design issues but have a lot to do with what
MySQL provides.
PLease share your view on them.
1. How can i trigger a database archive when a certain data base limit
is reached in a table.
Ex: when
Ahem, have a look at the bottom of any post to the list:
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
:)
HTH,
William.
> -Original Message-
> From: Chris Becker [mailto:[EMAIL PROTECTED]]
Yep, It's here
http://www.mysql.com/documentation/searchlists.html
Cheers,
Andrew
Sql,query
-Original Message-
From: Chris Becker [mailto:[EMAIL PROTECTED]]
Sent: Friday, 04 October 2002 00:43
To: [EMAIL PROTECTED]
Subject: Archive of this mysql list
>Is there an ar
>Is there an archive of all posts to this mysql list that I can search
>somewhere?
>
>Chris Becker
>MCDBA MCSE
>http://www.PrismSoftware.com
>[EMAIL PROTECTED] sql
-
Before posting, please check:
with a bunch of bibliographic-type data in
other fields (keywords, author, date, etc). The html (and hopefully,
accompanying images/css's/etc) are then grabbed using curl, and
archived
in a postgresql database. A web or other gui interface then provides
fully-searchable access to the archive f
02, 6:05:08 PM, you wrote:
>
> GD> Is there an archive of the MySQL doc? The doc at mysql.com is
> GD> for v 4.0 alpha and I'd like to get the doc for v 2.23.49
> GD> which I just downloaded. (As a new user I'd like to be able
> GD> to RTFM before bugging the list
Gary,
Wednesday, June 05, 2002, 6:05:08 PM, you wrote:
GD> Is there an archive of the MySQL doc? The doc at mysql.com is
GD> for v 4.0 alpha and I'd like to get the doc for v 2.23.49
GD> which I just downloaded. (As a new user I'd like to be able
GD> to RTFM before bugg
least recent - versions of MySQL to be archived
somewhere. Who knows, they might be somewhere on the mysql.com site -
I haven't looked.
-steve
At 11:05 AM -0400 6/5/02, Gary Delong wrote:
>Is there an archive of the MySQL doc? The doc at mysql.com is
>for v 4.0 alpha and I
Is there an archive of the MySQL doc? The doc at mysql.com is
for v 4.0 alpha and I'd like to get the doc for v 2.23.49
which I just downloaded. (As a new user I'd like to be able
to RTFM before bugging the list with dumb questions. I'll
still probably ask dumb questions, but at
ve 2 tables, table1 and table1_archive. The archive table has identical
> columns as table1 except it has a few extra columns like a log_date,
> user_id. I would like to copy the corresponding columns from table1 to
> table1_archive. Sounds simple, right?
>
> Example:
> insert into table1_a
I have 2 tables, table1 and table1_archive. The archive table has identical
columns as table1 except it has a few extra columns like a log_date,
user_id. I would like to copy the corresponding columns from table1 to
table1_archive. Sounds simple, right?
Example:
insert into table1_archive
I'm new to MySQL. Does MySQL have archive logging and can you recover to
the point in time of failure in the event of disk crashes? Also, Besides
the manual and classes, what is the fastest way to get up and running on
MySQL considering I am a seasoned Oracle DBA. Are there prac
friends have accessed the archive from 95, 98, 2000, and XP that I
know of. This is the first report that the 'Any Date' selection has
not appeared checked by default. Wonder what could be causing it...?
The archive has been tested with Netscape 4.0-4.78 on Solaris, Linux
(RedHat 7
th NS, different for every version, even if all
the tags are ok
As for email spamming, you are right, since it's taken from a database.
Unless the archive was called e-may, I think we might not have to
protect the emails beyond leaving them outside of static webpages:-)
Etienne
Robert Alexa
.. or emarcott at itl dot ca (like the
>mysqldeveloper archive.
>
>
>my 2 cents
>
>#2 is not a big thing, but #1 is pretty important against spam and spam
>bots.
>
>Etienne
A valid concern, Etienne, and one that's very important to me, too.
Word's fail me
now, which gives me a
>basic intro.
The stuff on DevShed is generally quite good. It's a good resource.
>Thanks a lot Rob,
>
>Peter
Hope this helps,
/Rob
--
Robert Alexander ([EMAIL PROTECTED]) 416-823-6599
http://www.workmate.ca WWW Database Applications and Web Hosting
This is a very very good search engine for the mailing list!!! Great
work
Two things:
1- Is it possible to remove our full email adresses?
To put like emarcott@... or emarcott at itl dot ca (like the
mysqldeveloper archive.
2- Put the "Any Date" checked by default so we don'T
lt;[EMAIL PROTECTED]>
> Sent: Friday, December 14, 2001 9:19 PM
> Subject: MySQL Searchable Mailing List Archive now up.
>
> > So, being 'between contracts' right now, I decided finally to
> > write one. I've actually been keeping an archive of the MySQL list
>
- Original Message -
From: "Robert Alexander" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 14, 2001 9:19 PM
Subject: MySQL Searchable Mailing List Archive now up.
> So, being 'between contracts' right now, I decided finally t
1 - 100 of 125 matches
Mail list logo