Re: PgSQL vs MySQL

2004-03-03 Thread Kevin Williams
Michael, I couldn't agree more! I didn't even realize there was a boolean issue until now. I don't really understand the issue of using 0 as false, and 1 as true. The way I view it is that "true and false" are merely abstract names for 0 and 1. When the database is accessed using Java, I don't

Re: Problems Installing

2004-03-02 Thread Kevin Williams
m not sure what you're doing in the /usr/local directory--while MySQL puts stuff in the /usr directory during the installation process (/usr/lib/mysql if I recall correctly), you shouldn't need to go there during the installation process. Hope this helps, Kevin Williams On Tue, 2004-03

"hot" innodb backup options

2004-03-01 Thread Kevin Williams
solution from InnoDB ($500/yr). Is there a free option out there to do this? Thank you, Kevin Williams -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: question ...

2001-03-27 Thread Kevin Williams
;$password\")) "; But I have recently posted a problem myself reverse reading the password, and I haven't been able to find any resources / documentation, could you please point me in the right direction. Regards Kevin Williams - Original Message - From: "jsimlo

Password function

2001-03-27 Thread Kevin Williams
gotten your password ?" entry points to email the user their password. How can I insert into an email their password, i.e. reverse the password function ? Cant find it documented anywhere. Much appreciated Kevin Williams