Re: character encoding problem-have read docs and search mailing list -but..

2005-03-15 Thread fredrich
in addition i also need to save and load korean, simplified chinese, traditional chinese, japanese and english in the same record. have any suggestion ? __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.y

character encoding problem-have read docs and search mailing list -but..

2005-03-15 Thread fredrich
hi, i am migrating a legacy java application. so i am not suppose to change too much things. the problem is that the app store in multiple language such as korean and english. if i load again the new saved data, then korean language will only be like ',???' old data are ok. displayed in

Re: error on restting password - with some addition

2005-02-11 Thread fredrich
ror-log.html > > > my next question is can we address this problem by > > installing 4.1.9. and/or delete any data in > > Your problem doesn't depend on the MySQL version, > but you should > upgrade to the latest release. > > > fredrich <[EMAIL PROTECTED]

error on restting password - with some addition

2005-02-10 Thread fredrich
in addition : when issue : "mysqld-nt --skip-grant-tables" mysql stop automatically, and in process tab on task manager there is no any process name mysqld*. thats why i just added a line "skip-grant-tables" on my.ini. my next question is can we address this problem by installing 4.1.9. and/or d

error on restting password

2005-02-10 Thread fredrich
hi all, i need to reset the root password. i have done 2 things. but not worked. i read http://dev.mysql.com/doc/mysql/en/resetting-permissions.html and do .. a). i changed my.ini, add a line like "skip-grant-tables" and started mysql. then issue command .. mysqladmin -u root flush-privile