Re: How "compressable" is a typical MySQL database?

2002-02-16 Thread tc lewis
would probably be very dependent on the data within the database. if it's a lot of text data, then very compressable, as text typically compresses nicely. if you store a bunch of binary data (images or something), then probably not as much... tar your mysql dir and gzip it, or gzip -9 or bzip2

Re: Password encryption

2001-12-12 Thread tc lewis
you can use the password() mysql function to crypt it. you cannot retrieve the encrypted password -- only compare input (password() the input) against the saved encrypted password. if the resulting text matches, the password is good. if not, the authentication in your application should fail.

Re: No Database Encryption

2001-12-12 Thread tc lewis
it's not all that dangerous. it just means that you can read your users' passwords. anyone who can read that db table can become any of your users. password fields are just another safeguard against a "just in case someone gets read access to this" scenario. they also serve to provide more pr

Re: Linux vs. Sun and getting Linux to behave like Sun

2001-12-06 Thread tc lewis
they're both behaving similarly, it's just that linux's implementation and display of threads is different than solaris'. the same correlation of threads for connections is there on solaris, you just won't see it on a "ps" command's output. -tcl. On Thu, 6 Dec 2001, Peter M. Perchansky wrote:

Re: ENUM or not ENUM?

2001-02-19 Thread tc lewis
check out the "set" type instead of enum. http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#Column_types http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#SET -tcl. On Tue, 20 Feb 2001, [KOI8-R] "îÉËÏÌÉÎ óÅÒÇÅÊ" wrote: > Hello > > I have situatio

Re: Transaction support in MySQL?

2001-02-13 Thread tc lewis
http://www.mysql.com/documentation/mysql/bychapter/manual_Compatibility.html#Missing_Transactions http://www.mysql.com/documentation/mysql/bychapter/manual_Table_types.html#BDB -tcl. On Tue, 13 Feb 2001, Eric Kwong wrote: > I'm wondering if MySQL supports transaction? > Since I have an appli

RE: aborted connections?

2001-01-26 Thread tc lewis
h php connections and from perl dbi connections. the versions involved are: mysql-3.23.32 php-4.0.4pl1 DBI-1.14 Msql-Mysql-modules-1.2215 oh and perl is v5.6.0. which i believe are the latest stable releases of each. anything else i should be looking for? -tcl. On Tue, 23 Jan 2001, tc lewis wr

RE: aborted connections?

2001-01-23 Thread tc lewis
Fixed buffer overflow bug when writing a certain error message." On Tue, 23 Jan 2001, Maciek Uhlig wrote: > Read the archives. The detailed story can be found there. Use newest MySQL > and newest PHP CVS. These errors will go away. > > Maciek > > > -Original

aborted connections?

2001-01-22 Thread tc lewis
we're seeing a lot of errors like these in our error log files from mysql: 010122 17:38:52 Aborted connection 177373 to db: 'XXX' user: 'YYY' host: `ZZZ' (Got an error reading communication packets) i haven't investigated too too much about this yet, but i was wondering what common problems th

bdb table stability / what to watch out for?

2001-01-22 Thread tc lewis
in the mysql manual, i noticed: "Even though Berkeley DB is in itself very tested and reliable, the MySQL interface is still considered beta quality. We are actively improving and optimizing it to get it stable very soon." a team i'm in is considering trying bdb tables for some things for a queu

Re: mySQL vs Oracle

2001-01-22 Thread tc lewis
er, what? did i miss something? heh. -tcl. On Mon, 22 Jan 2001, Nathan Cook wrote: > Note: As of version 3.2.3gamma Mysql Supports Sub-Selects. > > .:: Nathan Cook [ [EMAIL PROTECTED] ] ::. > Systems & Network Administrator :: Programmer > [ phone - 208.343.3110 ][ pager - 208.387.9983 ] >