View previous topic :: View next topic |
Author |
Message |
Will_Constantine
Joined: 12 Aug 2007 Posts: 9
|
Posted: Sun Aug 12, 2007 3:00 Post subject: Database message question |
|
|
O think i configured everything right. only difference i noticed from the example on the mainpage regarding the mysql plugin txt log
this is what it says.
NWNX MySQL Plugin V.0.0.8
(c) 2007 by Ingmar Stieger (Papillon)
visit us at http://www.nwnx.org
(built using mysql-5.0.27 source)
* Log level set to 2 (everything)
* Connecting to server localhost
* Plugin initialized.
* Registering under function class SQLoff
the function class on the example says sql. will this pose a problem for me and if so how do i rectify this? thanks in advance |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu Aug 16, 2007 23:01 Post subject: |
|
|
"SQLoff" means that you will not be able to use the MySQL plugin with the standard nwnx_sql file, which might be fine if you plan to use SQLite anyway.
The standard functions expect their database plugin to be registered under the function class "SQL".
Please edit the files xp_sqlite.ini and xp_mysql.ini accordingly, depending on which database you want to use. Also, please have a look at the tutorial in the documentation section. _________________ Papillon |
|
Back to top |
|
|
|