View previous topic :: View next topic |
Author |
Message |
black_dog_z
Joined: 17 Apr 2005 Posts: 2
|
Posted: Mon Apr 18, 2005 0:09 Post subject: nwnx.txt |
|
|
im havinf some trouble everything appears to be setup correctly me and a friend double verified everything is correct but when i load my mod i get
nwnx.txt
Code: |
NWN Extender V.2.6.1
(c) 2005 by Ingmar Stieger (Papillon) and Jeroen Broekhuizen
visit us at http://www.nwnx.org
* Loading plugins...
* An error occured during OnCreate of odbc
* NWNX2 activated.
* NWNX2 shutting down...
* NWNX2 shutdown successfull.
|
nwnx_odbc.txt
Code: |
! Error while connecting to database: [MySQL][ODBC 3.51 Driver]Access denied for user 'ODBC'@'localhost' (using password: NO)
o Disconnecting from database.
|
i don't know what is happening but odbc refuses to run and so no values are stored on mysql. my system dsn is perfectly setup. but it wont load i think it may have something to do with the fact its trying to do 'odbc'@'localhost' wasnt the login setup as root? not sure if this is it but i want to figure it out so pls help[/b] _________________ It's Me the monkley! |
|
Back to top |
|
|
DarkstarsDad
Joined: 17 Jan 2005 Posts: 59 Location: Overland Park, Kansas USA
|
Posted: Wed Apr 20, 2005 20:42 Post subject: mysql |
|
|
Is mysql setup as a service? can you connect to it with mysqlcc? did you make the nwn data base in it? It sounds like this is the trouble or your nwnx.ini is not configured correctly. _________________ Just because you think you can't. Is the best reason to try it anyway. |
|
Back to top |
|
|
chris421
Joined: 07 Apr 2005 Posts: 53
|
Posted: Mon Apr 25, 2005 6:53 Post subject: |
|
|
I saw that too. It's a problem with the latest ODBC driver.
It's ignoring the saved credentials in the DSN and assuming:
login = ODBC
password = [blank]
Really stupid I know. Basically created this account in MySQL and gave it rights & it worked.
Shortly after that I went NWNX ODBC2. Now I go direct to MySQL. And I run completely ODBC DSN-less. Uninstalled the MySQL 3.51 ODBC package. One less component to traverse. Faster without it. |
|
Back to top |
|
|
JeroenB
Joined: 31 Dec 2004 Posts: 228 Location: Netherlands
|
Posted: Mon Apr 25, 2005 9:41 Post subject: |
|
|
When using MySQL, I would recommend not using the ODBC driver but the direct connection method. It works fine plus the reduced overhead. |
|
Back to top |
|
|
kujospam
Joined: 06 May 2005 Posts: 2
|
Posted: Fri May 06, 2005 7:29 Post subject: directions |
|
|
I was reading about what you guys were saying about not using the ODBC driver, and I was wondering if you guys could explain to me, how to do that in maybe some detail.
Thanks |
|
Back to top |
|
|
JimDandy
Joined: 04 Jan 2005 Posts: 13
|
Posted: Thu May 12, 2005 16:14 Post subject: |
|
|
I am also interested in such instructions, thanks.
Jim |
|
Back to top |
|
|
JeroenB
Joined: 31 Dec 2004 Posts: 228 Location: Netherlands
|
|
Back to top |
|
|
|