RE: ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2005-05-01 Thread John Schmidt
Sounds like the MySQL 4.x Password hashing. Use this : sET PASSWORD FOR 'root'@'localhost' = old_PASSWORD('whatafraka');\ Sheck out the 4.x doc about Pasword hashing for more //jjs www.intechgra.com -Original Message- From: Simon Garner [mailto:[EMAIL PROTECTED] Sent: Sun 5/1/2005 10:37

RE: Problems installing MySQL 4.1 under Fedora Core 3

2005-04-14 Thread John Schmidt
I am pretty sure hat is due to the SELinux policy being set to restrictive. For the brute force fix try editing /etc/selinux/config and set the variable SELINUX=Permissive. There is a more subtle approach that maintains beeter security explained under the SELinux topic in the Fedora doc, sorry

RE: How to retain Key order when Deleting a Row

2005-04-11 Thread John Schmidt
Hi, If I understand your question correctly, your remaining keys after the delete will be '1,2,3,4,6...'. The keys will not reorder, so five should be gone, and the next record inserted will be 11. //jjs -Original Message- From: B Wiley Snyder [mailto:[EMAIL PROTECTED] Sent: Mon