Re: problem getting the admin to work (in tutorial)

2006-03-10 Thread [EMAIL PROTECTED]
okay.. for whatever reason, i cannot get this to work.. i used the above, and rebuilt all the databases, but i cannot get it to go.. is there a character set and collation i should be using in the very beginning? i dropped the database, and ran init, and built the poll databases again.. but i a

Re: problem getting the admin to work (in tutorial)

2006-03-10 Thread va:patrick.kranzlmueller
see http://dev.mysql.com/doc/refman/4.1/en/charset-database.html http://dev.mysql.com/doc/refman/4.1/en/charset-table.html e.g. CREATE DATABASE db_name CHARACTER SET latin1 COLLATE latin1_swedish_ci; regards, patrick Am 10.03.2006 um 14:54 schrieb [EMAIL PROTECTED]: > > thanks, patrick.. i fo

Re: problem getting the admin to work (in tutorial)

2006-03-10 Thread [EMAIL PROTECTED]
thanks, patrick.. i forgot to mention.. i am using mysql on linux on a remote machine for this... can i do it from the command line on the linux machine? thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D

Re: problem getting the admin to work (in tutorial)

2006-03-09 Thread patrick k
try to set the collations of your database manually (e.g. using cocoamysql on osx), using "utf 8". hope that helps, patrick > > i have been running through the tutorial and everything has been > running fine.. (running macosx).. > > i found my first problem that i have not been able to figur