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
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
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]
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
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