my phpmyadmin always show me alien text
#2

pawn Код:
MySQLConnect()
{
        g_iHandle = mysql_connect(SQL_HOSTNAME, SQL_USERNAME, SQL_DATABASE, SQL_PASSWORD);
       
        switch(mysql_errno(g_iHandle) != 0)
        {
                case 1:
                {
                        printf("Connection to %s database failed. Server is shuting down...", SQL_DATABASE);
                        SendRconCommand("exit");
                }
                case 0: printf("Connection to %s database with %s user, has been established.", SQL_DATABASE, SQL_USERNAME);
        }
        return 1;
}
I recommend you not to set your database and tables collation to utf8_unicode_ci, why you do that? Let it default, on collation default is much better. If you want to explain me why is better with utf8_unicode_ci, PM me.

I made a script for you, to use it, if you want to be easier ( without that unicode thing ).

And, when you make a new database, you can let collation to default, not change it ( https://gyazo.com/59e45b7c1779acb59571c7629bceffb0 ).

I hope I helped you.

+rep if you want, if this thing works?
Reply


Messages In This Thread
my phpmyadmin always show me alien text - by hbourne - 10.05.2017, 21:24
Re: my phpmyadmin always show me alien text - by zegareK - 11.05.2017, 08:07
Re: my phpmyadmin always show me alien text - by hbourne - 11.05.2017, 08:33
Re: my phpmyadmin always show me alien text - by Logic_ - 11.05.2017, 11:12
Re: my phpmyadmin always show me alien text - by Despacito - 11.05.2017, 11:32
Re: my phpmyadmin always show me alien text - by OscarMike - 11.05.2017, 12:13

Forum Jump:


Users browsing this thread: 1 Guest(s)