Slayerman Posted January 13, 2010 Report Posted January 13, 2010 Server status image fixed. http://www.net-7.org/status/status.php Thanks
Daywolf Posted January 13, 2010 Report Posted January 13, 2010 Yes we do use SQL and yes it's more than good enough to run our MMO Although obviously it isn't just SQL, the database is just one component of the server - we use it for content and storing player data.SQL but not MySQL? hmmm.. k. That's different, costly too (apart from Express edition). Not Linux friendly either.Yep, image works. Says Offline.
wil Posted January 13, 2010 Report Posted January 13, 2010 SQL but not MySQL? hmmm.. k. That's different, costly too. Yep, image works. Says Offline. I think it is MySQL from what I saw in the SVN (but still no idea how to get it working!).
Rebirth Posted January 13, 2010 Report Posted January 13, 2010 Definitely MySQL. SQL just stands for Structured Query Language. There are many implementations of this concept, including MSSQL, Oracle, PostgreSQL, and MySQL, among others. I think what Tien was getting at was that they use a relational database to store content and other data instead of it existing in a flat-file format. This provides many benefits in ways data can be manipulated and optimized. I don't know what ENB used originally. Some history on that from anyone who knows would be cool.
wil Posted January 13, 2010 Report Posted January 13, 2010 I don't know what ENB used originally. Some history on that from anyone who knows would be cool. Has anyone asked any of the original guys?... Do any of the original guys know about your efforts?... I am sure that the original people working at Westwood who got shutdown and fired are not exactly happy with EA - I am not saying that they do anything illegal and hand over source code (if they had it), but there must be someone willing to have a chat and answer basic questions like this! As a newbie here, I don't want to annoy anyone, but perhaps it is worth sending off a "community" driven email to Petroglyph games giving our best wishes and just asking a few questions which people may have?
Daywolf Posted January 13, 2010 Report Posted January 13, 2010 Yeah, usually when people say SQL, they are referring to Microsoft SQL. MySQL is something else. It's actually what I use for my own project and it works well. I haven't looked into the SVN here yet, so not sure what db they are using.
Rebirth Posted January 13, 2010 Report Posted January 13, 2010 If it's not MySQL I would be greatly surprised, as it's the most widely used open source server out there.
Rix Posted January 13, 2010 Report Posted January 13, 2010 Well, the servers are online again: unfortunately, no characters are left on any of my accounts...were there more terminal problems than first anticipated? Istvan 108 TT Lauryn 105 TE Leode 67 JE Rixje 37 JE
Rebirth Posted January 13, 2010 Report Posted January 13, 2010 I just happened to get in for long enough (before I lost connection) to see both toons gone. I'm hoping you're still "in the middle" of the operation. Good luck!
Daywolf Posted January 13, 2010 Report Posted January 13, 2010 Well, the servers are online again: unfortunately, no characters are left on any of my accounts...were there more terminal problems than first anticipated? Istvan 108 TT Lauryn 105 TE Leode 67 JE Rixje 37 JE Check again. "offline".
Mortabis Posted January 13, 2010 Report Posted January 13, 2010 Yeah I was able to log in and create a character but once I got to the name creation part and saw the server population at 0% I cancled the process.
Slayerman Posted January 13, 2010 Report Posted January 13, 2010 I would highly recommend you wait until there is an announcement from the Server team before attempting to log in. You never know what effect this will have on the system. They are currently attempting to ROLL BACK the database to get back the lost characters. Please bear with us whilst we attempt to get the system back up.
crowey Posted January 13, 2010 Report Posted January 13, 2010 eta on server being up ive been checking since 7 am GMT it is now 2 pm GMT
Slayerman Posted January 13, 2010 Report Posted January 13, 2010 I have no idea unfortunatley, I am currently at work and not in direct contacat with the Server Devs so i am unable to give you a time frame. Sorry
beisser Posted January 13, 2010 Report Posted January 13, 2010 I have no idea unfortunatley, I am currently at work and not in direct contacat with the Server Devs so i am unable to give you a time frame. Sorry i would say "soonâ„¢":)
Zackman [LDEV] Posted January 13, 2010 Report Posted January 13, 2010 Hi, not sure when the server will be back up again - one of the other devs is rolling the SQL player database back so ppl can get their chars back but it looks like he's having trouble with it. Yes we do use SQL and yes it's more than good enough to run our MMO Although obviously it isn't just SQL, the database is just one component of the server - we use it for content and storing player data. TB Is there an IRC-Channel for EnB ?
JoeCool Posted January 13, 2010 Report Posted January 13, 2010 there once was: irc://irc.freenode.net/enbemu But I don't know if it was official. Looks abandoned now. So no IRC at the moment.
Inzanity Posted January 13, 2010 Report Posted January 13, 2010 I just successfully logged on & off the server. It's Jan 13th @ 1547 Central (GMT -6) 3:47 P.M. Why a simple database restore should take almost a day is beyond me. It should've been a half hour operation... TOPS!
posfordfan1220 Posted January 14, 2010 Report Posted January 14, 2010 So it's back up for the foreseeable future?
Slayerman Posted January 14, 2010 Report Posted January 14, 2010 I just successfully logged on & off the server. It's Jan 13th @ 1547 Central (GMT -6) 3:47 P.M. Why a simple database restore should take almost a day is beyond me. It should've been a half hour operation... TOPS! It may not have just been a straight database restore as you so put it.... Repair any other corruption caused by the bug that werent apparent and the time. Also please remember, you have no idea how big the database is, how the backup is done, or what format any of the files are. The backups may have been done and had to be restored, copied from elsewhere, also integrity checks on the backup... you dont know how many backsup have been restored before finding a suitable one. There are many many factors when working with databases and not always as straight forward as first thought..
Recommended Posts