[Help] Didnt work on my servers for a few days and suddenly i get some errors.

Junior Spellweaver
Joined
Aug 8, 2008
Messages
102
Reaction score
14
Such as, me not being able make a new connection with navicat, passworded.
And when i try to load a .sql file into the database it says there is no .accounts table, i've tried on 3 different DBs. All get the same. I didnt get any of these things 2 weeks ago when i was working on my server. Any solutions?
 
try to reinstall the mysql or re config

Cant, navicat site is down. Or is it just me?

Code:
Forbidden

You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Apache/1.3.33 Server at AppStuff Port 80
 
Nevermind, re-config worked. But still cant load databases:


Code:
Err] 1046 - No database selected
[Err] -- ----------------------------
-- Table structure for accounts
-- ----------------------------
DROP TABLE IF EXISTS `accounts`;
[Msg] Finished - Unsuccessfully
--------------------------------------------------

Nevermind, works now thanks anyway. Had to edit some things in the DB.

Edit2: More trouble.. MySQL service wont start through wamp.
 
Last edited:
I've got a diffrent error :/ when i try to log in to a char flyff.exe just like crashes i didnt work on my server for like 2-3 days. help please :)
 
@veff12 i did like twice already -_-

@Xc3sz awakening fix?:O

btw: awakening didnt even work in the first place
and im kinda nooby it says
Run these sql queries, should fix it.

ALTER TABLE `inventory` CHANGE `itemBonuses` `itemBonuses` BIGINT( 25 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `mails` CHANGE `itemBonuses` `itemBonuses` BIGINT( 25 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `bankitems` CHANGE `itemBonuses` `itemBonuses` BIGINT( 25 ) UNSIGNED NOT NULL DEFAULT '0';

how im able to do that?:):
 
@veff12 i did like twice already -_-

@Xc3sz awakening fix?:O

btw: awakening didnt even work in the first place
and im kinda nooby it says


how im able to do that?:):


last edit: server is working i think something was wrong with my neuz.exe -_-
 
Back