Re: libmysqlclient.so

2003-10-21 Thread Eric L. Howard
ich RPM I need to get this > file? Did you search http://www.rpmfind.net? The package that supplies this file can change from one Linux distro to the next. On some distros it's in mysql-shared..rpm - or just mysql.xxx.rpm on others. ~elh -- Eric L. Howard e l h @ o

Re: Can we crypt passwords on MySQL

2003-06-19 Thread Eric L Howard
ysql.com/doc/en/Passwords.html If you're talking about a app that looks to MySQL for user credentials use either md5() or sha1(). http://www.mysql.com/doc/en/Miscellaneous_functions.html ~elh -- Eric L. Howard e l h @ o u t r e a c h n e

Re: Inserting images (not the location of the images)

2002-06-26 Thread Eric L. Howard
very small, it's probably not a big deal...but for larger images, the filesystem may prove faster. ~elh -- Eric L. Howard e l h @ o u t r e a c h n e t w o r k s . c o m www.OutreachNetworks.com

Re: Inserting images (not the location of the images)

2002-06-25 Thread Eric L. Howard
s to do the file transfer portion, none of which really apply to MySQL. I do not recommend putting images into the DB, but you want search the documentation for the BLOB column type. Weigh the pros and cons before implementing such a thing. ~elh -- Eric L. Howard