Community Forums Today's Posts     Member List     Archive    
Page 4 of 17 FirstFirst ... 2345614 ... LastLast
Results 46 to 60 of 243
  1. #46
    Join Date
    Oct 2006
    Location
    Ontario
    Posts
    7

    Unhappy didnt work

    Still get the same error log.

    ---------------------------------------------------------------
    -------------- log started at 17-10-06 15:30 -------------
    ---------------------------------------------------------------
    17-10-06 15:30:47,ALL,Info,server, Server init initialized
    17-10-06 15:30:47,ALL,Info,server, Server version: 2.0.20.1 Win32
    17-10-06 15:30:47,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load libmySQL.dll
    17-10-06 15:30:47,ERROR,All,SERVER, Start_Server: unable to open database
    17-10-06 15:30:47,ERROR,All,GENERAL, critical error, shutdown initiated


    I started with a clean install of the ts server and sql.

  2. #47
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    It may not like the case sensitivity

    In your server.ini change it to VendorLib=libmysql.dll

    ie so it is all in lowercase

  3. #48
    Join Date
    Dec 2004
    Location
    RF
    Posts
    1,693
    MySQL 4.1.13
    DBexpress library from http://codecentral.borland.com/Item.aspx?id=17739
    libmySQL-4.1.dll from MySQL installation

    [DBEXPRESS]
    sqldir=mysql_sql\
    Drivername=mysql
    User_name=ts
    Password=tsserver
    Database=ts
    Hostname=mysql.darkdragon
    GetDriverFunc=getSQLDriverMYSQL
    VendorLib=libmySQL-4.1.dll
    ;VendorLib=libmysql-5.dll
    ;LibraryName=dbexpmysql.dll
    ;LibraryName=dbexpmda.dll
    LibraryName=dbexpmy4.dll
    Active=1

    Code:
    ---------------------------------------------------------------
    -------------- log started at 31-10-06 07:22 -------------
    ---------------------------------------------------------------
    31-10-06 07:22:03,ALL,Info,server,	Server init initialized
    31-10-06 07:22:03,ALL,Info,server,	Server version: 2.0.20.1 Win32
    31-10-06 07:22:04,ERROR,All,SQL,	Database initialization error: EDatabaseError.dbExpress Error: Invalid Username/Password
    31-10-06 07:22:04,ERROR,All,SERVER,	Start_Server: unable to open database
    31-10-06 07:22:04,ERROR,All,GENERAL,	critical error, shutdown initiated
    ---------------------------------------------------------------
    -------------- log started at 31-10-06 07:22 -------------
    ---------------------------------------------------------------
    31-10-06 07:22:35,ALL,Info,server,	Server init initialized
    31-10-06 07:22:35,ALL,Info,server,	Server version: 2.0.23.6 Win32
    31-10-06 07:22:36,ERROR,All,SQL,	Database initialization error: EDatabaseError.dbExpress Error: dbExpress Error [0x000B]: Parameter Not Set
    SQL Server Error: Can't connect to MySQL server on 'localhost' (10061)
    31-10-06 07:22:36,ERROR,All,SERVER,	Start_Server: unable to open database
    31-10-06 07:22:36,ERROR,All,GENERAL,	critical error, shutdown initiated
    Any ideas, suggestions? Why 2.0.23.6 trying to connect to localhost instead of host specified in INI file?

    *Idea with passwords - now I trying to convert `mysql` database to new passwords (I detected that it still using old (16-chars) hash).

  4. #49
    Join Date
    Dec 2004
    Location
    RF
    Posts
    1,693
    MySQL 4.1.21
    Updated libmySQL.dll
    Recreated password (or no password at all) - same problem.

    While trying to map local 3306 port to remote system, got followed errors:
    Code:
    ---------------------------------------------------------------
    -------------- log started at 31-10-06 10:04 -------------
    ---------------------------------------------------------------
    31-10-06 10:04:23,ALL,Info,server,	Server init initialized
    31-10-06 10:04:23,ALL,Info,server,	Server version: 2.0.20.1 Win32
    31-10-06 10:04:24,ERROR,All,SQL,	TableExists Error: EDatabaseError.dbExpress Error: Invalid Data Translation in query: 
    31-10-06 10:04:24,ERROR,All,SERVER,	Start_Server: unable to open database
    31-10-06 10:04:24,ERROR,All,GENERAL,	critical error, shutdown initiated
    ---------------------------------------------------------------
    -------------- log started at 31-10-06 10:04 -------------
    ---------------------------------------------------------------
    31-10-06 10:04:43,ALL,Info,server,	Server init initialized
    31-10-06 10:04:43,ALL,Info,server,	Server version: 2.0.23.6 Win32
    31-10-06 10:04:44,ERROR,All,SQL,	TableExists Error: EDatabaseError.dbExpress Error: [0x0006]: Invalid Time in query: 
    31-10-06 10:04:44,ERROR,All,SERVER,	Start_Server: unable to open database
    31-10-06 10:04:44,ERROR,All,GENERAL,	critical error, shutdown initiated

  5. #50
    Join Date
    Dec 2004
    Location
    RF
    Posts
    1,693
    Any one can share worked pair of dbexmysql.dll & libmysql.dll ?

  6. #51
    Join Date
    Dec 2004
    Location
    RF
    Posts
    1,693
    Some additional experiments...
    dbexpmysql.dll shipped with D7 (dbexpmysql-3.dll) told me about "Operation not supported".
    Updated DLL from http://cc.borland.com/Item.aspx?id=20483 produce other very strange error:
    Code:
    01-11-06 06:58:03,ERROR,All,SQL,	OpenSQL Error: EDatabaseError.dbExpress Error: [0x0002]: Insufficient Memory for Operation in query: select * from ts2_servers;
    All logs and files attached here.
    Last edited by ANR Daemon; 19-06-2007 at 19:42.

  7. #52
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    I've just had the problem of the dbexpmysql.dll only allowing 30 days

    Attached my versions that were working, till it through the time problem
    Attached Files Attached Files

  8. #53
    Join Date
    Dec 2004
    Location
    RF
    Posts
    1,693
    Unable to load libmysql.dll :-\

  9. #54
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    That is from MySQL 5...

    So i dont know if that would cause a problem

  10. #55
    Join Date
    Dec 2004
    Location
    RF
    Posts
    1,693
    I was trying with more than 5 different libmySQL.dll and 5 dbex libraryes.
    Only commercial libs work, but I can't pay for it. I dont have Visa, PayPal or other applicable systems.

  11. #56
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    $70 is a hell of a lot!!

    http://crlab.com/dbx/ordering.html

    There must be an alternative

  12. #57
    Join Date
    Oct 2006
    Location
    Ontario
    Posts
    7

    ugh, still aint working

    ok, I feel like an Idiot becouse I cant seem to get it to work.

    anyhow ive changed the name, put the file in every location I can think of and it hasent worked. I have reinstalled the server, but I have no clue how to uninstall the mysql as a service to start fresh.

    anyhow, any help would be great and to those who already tried to help me, thanks anyhow

  13. #58
    Join Date
    Dec 2004
    Location
    RF
    Posts
    1,693
    Quote Originally Posted by Reedy Boy View Post
    $70 is a hell of a lot!!

    http://crlab.com/dbx/ordering.html

    There must be an alternative
    I don't have Visa or bank account, I don't have access to wire transfer, I can't send check...
    No options for me.

    And at last, I don't have courage to pay for use of free software.
    I don't make any money from it, so, I hate to spend any money for it.

    2 moderators: Sorry for tis off-topic.

  14. #59
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    Quote Originally Posted by fv1689 View Post
    ok, I feel like an Idiot becouse I cant seem to get it to work.

    anyhow ive changed the name, put the file in every location I can think of and it hasent worked. I have reinstalled the server, but I have no clue how to uninstall the mysql as a service to start fresh.

    anyhow, any help would be great and to those who already tried to help me, thanks anyhow
    You know you dont need to use MySQL

  15. #60
    Join Date
    Oct 2006
    Location
    UK
    Posts
    1,029
    Quote Originally Posted by ANR Daemon View Post
    I don't have Visa or bank account, I don't have access to wire transfer, I can't send check...
    No options for me.

    And at last, I don't have courage to pay for use of free software.
    I don't make any money from it, so, I hate to spend any money for it.

    2 moderators: Sorry for tis off-topic.
    I've got a copy of Delphii 7.2 SE, and pulling the module from the bin folder, it gives the same errors, aswell as being the same size....

    Will look into it....

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Install: MYSQL: Invalid Username/Password
    By Lange in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 19-10-2005, 17:01
  2. Another option for MySQL 4.1
    By Cwac in forum [TeamSpeak 2] Server Support
    Replies: 5
    Last Post: 04-10-2005, 04:42
  3. Windows TS2 Server to Remote MySQL Server?
    By xCav8r in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 19-02-2005, 15:57
  4. Found some problems (and fixed) with a TS2 and MySQL installation
    By MaD-Ogre in forum [TeamSpeak 2] Server Support
    Replies: 6
    Last Post: 20-01-2005, 22:21
  5. browser install Im only getting 3 out of the 5 tables in mysql
    By cactus5 in forum [TeamSpeak 2] Addons & Scripts
    Replies: 0
    Last Post: 30-11-2004, 23:53

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •