16 April 2007 10:00
PHP5 from apt-get and PDO - Ubuntu Forums
the missing piece for installing pdo_mysql on ubuntu (sudo apt-get install libmysqlclient15-dev)
15 April 2007 20:00
MySQL Lists: mysql: Re: GUID storage
inserting hex value into a binary field: UPDATE mytable SET myfield=CAST(0xcb0217f9a47b11d889f30080ad08fb4f as INARY);
MySQL Lists: mysql: Re: GUID storage
guid to 16-byte string: UNHEX(REPLACE(uuid, '-', ''))
MySQL AB :: MySQL Forums :: Microsoft SQL Server :: Re: How to convert "Convert(varbinary(50),pwdencrypt(@strMemberPwd))" to MySql?
hashing password in the db... not necessary but good to know
1
(4 marks)