PDA

View Full Version : Question & Fixes


Barry-Gigabyte
20-04-2007, 20:42
Hi, i'm new to this forum, but first of all, some data which might be handy for some people:

- If you, using a tutiorial on this website, transfer your database system of the server to i.e. mySql, dont forget to update in EVERY table, the xxx_xxx_id fields to the 'auto_increment' attribute. This will fix the problem of the server for not writing any data to the database. (restart your server PROGRAM aftwerwards. Not the virtual server...)

- The (for me) correct working libMysql.dll file, which is compatible with all the mysql versions, should not be copied from any sql installation on your pc, but simply from HERE (http://www.dll-files.com/dllindex/dll-files.shtml?libmysql).
This is namely a 'clean' dll file, which contains only the 'required, neccessary' information...

Then my question:

I have everything fixed, also inside my server.ini file, but, as soon as i use a password for the mysql database. I get the error: 'username/password incorrect'. How can i fix this? Cuz, the password is correct, and also is the username...

Thanks in advance, and i hope i helped some guys out...

Friendly greetings from the Netherlands,

Barry Alan

Reedy Boy
20-04-2007, 21:17
Hi, i'm new to this forum, but first of all, some data which might be handy for some people:

- If you, using a tutiorial on this website, transfer your database system of the server to i.e. mySql, dont forget to update in EVERY table, the xxx_xxx_id fields to the 'auto_increment' attribute. This will fix the problem of the server for not writing any data to the database. (restart your server PROGRAM aftwerwards. Not the virtual server...)

- The (for me) correct working libMysql.dll file, which is compatible with all the mysql versions, should not be copied from any sql installation on your pc, but simply from HERE (http://www.dll-files.com/dllindex/dll-files.shtml?libmysql).
This is namely a 'clean' dll file, which contains only the 'required, neccessary' information...

Then my question:

I have everything fixed, also inside my server.ini file, but, as soon as i use a password for the mysql database. I get the error: 'username/password incorrect'. How can i fix this? Cuz, the password is correct, and also is the username...

Thanks in advance, and i hope i helped some guys out...

Friendly greetings from the Netherlands,

Barry Alan


I didnt have to set mine to auto increment.... I think the changed sql files did it automatically....

Or the movement process i used


A working method:
http://forum.goteamspeak.com/showpost.php?p=147009&postcount=68