i got some mysql error this is log
#1

[03:55:47] [ERROR] CMySQLConnection::SetCharset - error 2019: Can't initialize character set utf8_unicode_ci (path: c:\Program Files\MySQL\MySQL Server 5.1\\share\charsets\)
[03:55:47] [ERROR] CMySQLConnection::SetCharset - error 2019: Can't initialize character set utf8_unicode_ci (path: c:\Program Files\MySQL\MySQL Server 5.1\\share\charsets\)
[03:55:47] [ERROR] CMySQLConnection::SetCharset - error 2019: Can't initialize character set utf8_unicode_ci (path: c:\Program Files\MySQL\MySQL Server 5.1\\share\charsets\)
[03:55:47] [ERROR] CMySQLConnection::SetCharset - error 2019: Can't initialize character set utf8_unicode_ci (path: c:\Program Files\MySQL\MySQL Server 5.1\\share\charsets\)

then this is code

SQL = mysql_connect(SQLHOST, SQLUSER, SQLDATABASE, SQLPASSWORD);
mysql_set_charset("utf8_unicode_ci");
new charset[20]; mysql_get_charset(charset);
printf(charset);

i just upgrade blueG plugins how to fix pls help ty
Reply
#2

Is the charset available on the mysql server?
Reply
#3

Error explains itself. Probably the charset you entered is not supported.
Reply
#4

it about my database or mysql version or what can u tell me
Reply
#5

Probably BlueG's Plugin doesn't support it because what MySQL documentation says it's client-sided problem.
Reply
#6

pawn Код:
mysql_set_charset("utf8_unicode_ci", SQL);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)