install problem... (permissions?)

2003-01-11 Thread Christopher Bergeron
Hey guys, I'm having a little problem with my new mysql installation. I built from source, and everything built find and installed okay (I think). Here's the problem: when I start safe_mysqld it just ends. Here's the snippet from my error log: /usr/local/libexec/mysqld: File './proto2-bin.1

RE: Order By number of rows returned ?

2001-12-14 Thread Christopher Bergeron
Creating temporary _fileS_ will create a lot of disk unnecessary disk i/o. depending on how "busy" your DB is, I would use tables in memory vs. files on disk... just my .02c -CB -Original Message- From: sherzodR [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 11:25 AM To: Giri

RE: into outfile error

2001-10-24 Thread Christopher Bergeron
You may also want to make sure that you did: flush privileges; to make sure they are implemented. -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 7:36 PM To: Avelino F Cc: [EMAIL PROTECTED] Subject: Re: into outfile error At 1:08 -0400

Mysql as backend for email ?!?

2001-09-21 Thread Christopher Bergeron
Does anyone know of any applications that insert email into mysql databases? I can use either Windows or Linux as the client; however, I want mysql server on the linux box (for stability). I don't like having all of my email in MSOutlook's proprietary format because in 5 years when I need to look

delete a file from disk?

2001-09-06 Thread Christopher Bergeron
How can I delete a file from disk if it exists from mysql? If it's not possible, how can I append to an existing datafile? is there an append function using SELECT * FROM DATA INTO OUTFILE "filename"; - Before posting, pl