Hi @ all I've a problem with a script who's making sql-query on a MySQL server. There are 106.976.536 entries in the table. It should require 5 - 6 minutes until the result is coming. At this matter of time most IRC Servers would give a ping timeout and kicks the eggdrop. Is it possible to execute t...
[18:37] Tcl error [testin]: mysqlquery/db server: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM allow_in_channels' at line 1
Hi demond, I do this and it's the same problem. Now I take the mysqltcl module and its works very fine :) But one problem I have with this. I have a database named 'eggdrop' and a table named 'allow_in_channels'. If I want to query the table with following proc: proc allow_in_channel {current_channe...
Hi, I found the failure. I used wrong mySQL-dev versions. But now I have one other failure with the server.mod see below in codebox vs245184:/usr/src/eggdrop1.6.16# make modules make[1]: Entering directory `/usr/src/eggdrop1.6.16/src/mod' make[2]: Entering directory `/usr/src/eggdrop1.6.16/src/mod/a...
Hi matteo, may you help me to compile the mysql.mod? I think I'm too stupid to do this. I copied the mysql sourcecode to /usr/src/mysql and the eggdrop sourcecode to /usr/src/eggdrop1.6.16. I also copied the mysql.mod tarball to /usr/src/eggdrop1.6.16/src/mysql.mod THEN the mysql include dir to /usr...