PDA

View Full Version : Major MySQL error


KingOfZeal
02-07-2006, 03:25
I'll just jump right to the point:

---------------------------------------------------------------
-------------- log started at 01-07-06 19:47 -------------
---------------------------------------------------------------
01-07-06 19:47:01,ALL,Info,server, Server init initialized
01-07-06 19:47:01,ALL,Info,server, Server version: 2.0.20.1 Linux
01-07-06 19:47:01,ERROR,All,SQL, Database initialization error: EDatabaseError.Unable to Load /usr/lib/libmysqlclient_r.so.10.0.0
01-07-06 19:47:01,ERROR,All,SERVER, Start_Server: unable to open database
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 01-07-06 19:47 --------------
---------------------------------------------------------------

libmysqlclient_r.so.10.0.0 is no longer on my (shared) server. I have found _r.so.14.0.0 and a few other variations (none of which work), but not this one.

So, I'd like to know if there's any way to get around this. I can't access the /usr/lib/ folder directly, I can only view it through SSH/Shell access (remember, shared server), so I can't copy it directly (or don't know the command to, anyway, but it's not there so the point is moot). I can't find any place to download this file to upload to the directory that Teamspeak is in. Basically, is there any way to get around this, or even export my existing database into the server.dbs so I can disable MySQL until I can get it back up and running?

guldi
03-07-2006, 14:30
I'll just jump right to the point:
libmysqlclient_r.so.10.0.0 is no longer on my (shared) server. I have found _r.so.14.0.0 and a few other variations (none of which work), but not this one.
you may have noticed that TS requires the old library to run ?
I'm quite sure there are threads in the forum with links to that file.
Converting from MySQL to SQLite: Not that I would know of, I've seen tools to do it vice versa here

KingOfZeal
04-07-2006, 00:34
you may have noticed that TS requires the old library to run ?
I'm quite sure there are threads in the forum with links to that file.
Converting from MySQL to SQLite: Not that I would know of, I've seen tools to do it vice versa here

1) Yes, I gathered that it was required. Thus, the post...
2) Yes, I have seen threads that deal with this, but I have only found one with a link to a file that (is reported) to contain is, but I can not (for whatever reason) download the file.

And as a temporary fix, I've migrated to the default SQLite database, and I have completly re-made each of the servers I run based off the MySQL database into SQLite (hurray for superadmin).

It works, however, it's much harder to assign abilities (such as server admin) to a person when they're offline (which I am sometimes required to do), and I would very much like to go back to MySQL, even if it does lose some changes.

Bastian
04-07-2006, 09:07
The TCP query interface supports commands for changing player attributes even when they are offline. This includes ServerAdmin status.