28.02.2010, 14:25
If server is crashing that you should fix your scripts. And for restarts, just save all players' stats before restarting.
Originally Posted by MenaceX^
Why not to create a timer on each player's login when he logs in, that will save the account?
|
Originally Posted by Sma_X
If you use:
Код:
lls -al /usr/lib/libstdc++.so.6 Код:
lrwxrwxrwx 1 root root 18 Jan 25 11:37 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.8 It's still not working ? |
Originally Posted by dengli
Quote:
|
ls -al /usr/lib/libstdc++.so.6
Originally Posted by »Julian™«
Quote:
|
Originally Posted by Sma_X
Quote:
so, Код:
ls -al /usr/lib/libstdc++.so.6 |
mysql_free_result();
Originally Posted by Davee.
With this plugin I no need to use
pawn Код:
In my test script the memory freed automatically ( without mysql_free_result(); ) |
Originally Posted by MenaceX^
Quote:
You must release the result by yourself. |
Originally Posted by Davee.
Quote:
|
Originally Posted by dengli
Quote:
lrwxrwxrwx 1 root root 18 01-22 18:11 /usr/lib/libstdc++.so.6 -> libstdc++.so.6 than i reuse the plugins,but it still show the same thing:Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so).. |
mv /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.6.bak ln -s /usr/lib/libstdc++.so.6.0.8 /usr/lib/libstdc++.so.6
Originally Posted by MenaceX^
Quote:
|
Originally Posted by Davee.
Quote:
|
Originally Posted by StrickenKid
Quote:
|
MySQLCheck()
{
if(mysql_ping() == 1)
{
mysql_connect(SQL_HOST, SQL_USER, SQL_PASS, SQL_DB);
}
return 1;
}
[00:01:21] Server Plugins [00:01:21] -------------- [00:01:21] Loading plugin: mysql.so [00:01:21] Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory) [00:01:21] Loaded 0 plugins. |
Originally Posted by LoH | Wutschkooo
Well, hi guys...
i want to use that plugin but thats the error message in the log Quote:
eh ... the server-os is Debian Lenny |
Originally Posted by FreddoX [BINMAN
]
Quote:
|