View previous topic :: View next topic |
Author |
Message |
bixel
Joined: 28 Feb 2008 Posts: 3
|
Posted: Thu Feb 28, 2008 1:56 Post subject: Dependancies |
|
|
You documentation never specified, but I guess you need to install SQL or SQLite?? hahahah. I have Win XP Sp2, I guess it doesn't come with it.
So I downloaded SQlite, but where do i put it?? sqlite3.exe |
|
Back to top |
|
|
bixel
Joined: 28 Feb 2008 Posts: 3
|
Posted: Thu Feb 28, 2008 2:24 Post subject: |
|
|
ok got MySQL up and running, however getting this error
* Log level set to 1 (only errors)
* Connecting to server localhost
* Connection to MySQL server failed:
Access denied for user 'nwn'@'localhost' (using password: YES)
do I need to start MySQL?? srry DataBase n00b here |
|
Back to top |
|
|
bixel
Joined: 28 Feb 2008 Posts: 3
|
Posted: Thu Feb 28, 2008 3:03 Post subject: |
|
|
so its not opening MySQL or not accessing it. I setup MySQL properly and gave it a password. However MySQL's install never asked for a username or a host name. So the nxn4sql.ini has parameters for user and host name but I left them default.
Anybody on these forums? I want to start working on a module but I want this server background stuff done 1st. |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu Feb 28, 2008 12:10 Post subject: |
|
|
If you want to use SQLite, you do not have to install anything besides the plugin.
For MySQL, I would recommend first reading the documentation that is available on the MySQL website. The error message says the user "nwn" may not access the database, so you have to correct your user account settings.
Do you have the MySQL Administrator program ? If not, get it from their website, it's really helpful for setting things up. _________________ Papillon |
|
Back to top |
|
|
|