Character Set convert?

2006-08-18 Thread Charlie Davis
Hey all, got a simple question:

Is there a quick way to convert all the data in my database to a specific 
character set? I want to convert all the text to UTF-8.

-Charlie


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Mysql_config giving wrong location of libraries for AMD64

2004-12-19 Thread Charlie Davis
First, here's where they are:
[EMAIL PROTECTED] /]# find / -name libmysql*
/usr/lib64/libmysqlclient_r.so.14
/usr/lib64/libmysqlclient.so.14.0.0
/usr/lib64/libmysqlclient.so.14
/usr/lib64/libmysqlclient_r.so
/usr/lib64/mysql/libmysqlclient.la
/usr/lib64/mysql/libmysqlclient_r.la
/usr/lib64/mysql/libmysqlclient_r.a
/usr/lib64/mysql/libmysqlclient.a
/usr/lib64/libmysqlclient_r.so.14.0.0
/usr/lib64/libmysqlclient.so
But  mysql_config's output is wrong:
[EMAIL PROTECTED] /]# mysql_config --libmysqld-libs
-L/usr/lib -lmysqld -lpthread -lcrypt -lnsl -lm -lpthread -lrt -lcrypt 
-lnsl -lm -lz

I used the RPM install of 4.1.8 MySQL of Server, Devel, Shared, and Client.
Anyone have any ideas?
-Charlie

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]