Re: 4.1 password problem

2005-11-24 Thread Lowell Allen
Felix Geerinckx wrote: On 24/11/2005, Lowell Allen wrote: but I'm looking for a way to convert the short hash values into comparable long hash values. This is (fortunately) *not* possible. Apparently the upgrade procedure can successfully convert short-to-long hash values for MySQL

4.1 password problem

2005-11-23 Thread Lowell Allen
-to-long hash values for MySQL user passwords ("user" in the sense of a MySQL user accessing the database itself), so surely there's a way to convert short hashed values to long hashed values for use within a PHP application. Any practical advice greatly appreciated. -- Lowell A

Re: Upgrade or Reinstall Question

2004-01-19 Thread Lowell Allen
.net/> -- in hopes of providing a link to that recommendation, but could not find anything. However, I've seen it mentioned several times on the PHP general discussion list. HTH -- Lowell Allen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Selecting by date

2004-01-16 Thread Lowell Allen
ntax for what I am trying to achieve? > Assuming the field "date" is of type datetime: WHERE (TO_DAYS(CURDATE()) - TO_DAYS(date)) = 1 HTH -- Lowell Allen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: PHP Tutorial for total beginner??

2001-10-28 Thread Lowell Allen
e "get a clue." I think this tutorial by Kevin Yank is excellent. I printed it and went through it several times. It was recently expanded and published as a book, and since I found it so helpful, I immediately ordered the book.

fulltext search question

2001-10-24 Thread Lowell Allen
s, ProductsCategories, Items " . "WHERE Categories.ParentID=$MainCatID " . "AND Categories.ID=ProductsCategories.CategoriesID " . "AND ProductsCategories.ProductsID=Products.ID " . "