• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Go on that tread! (HELP ME)

EhabG

New Member
Joined
Jun 1, 2008
Messages
99
Reaction score
0
Location
Denmark
Hello, can someone help me when I open the Eclipse map , it says

[12/09/2008 15:46:46] >> Loading config
[12/09/2008 15:46:46] >> Loading RSA key
[12/09/2008 15:46:46] >> Testing SQL connection
[12/09/2008 15:46:47] Failed to connect to database. MYSQL ERROR: Access denied for user 'root'@'localhost' (using password: NO)
[12/09/2008 15:46:47] > ERROR: Couldn't estabilish connection to SQL database!


Can YOU/SOMEONE tell me why ? ;p
Then you have make me a good lucky today . ?


-------------------------------------------------------


Yours Claudiah
 
it seems like it cant find ur database or u have dunesomething wrong i fink u have dune something wrong and phpmyadmin must have a password u set one in the begging i dont realy know the problem try too upload db again and see if u can find any instructions or youtube video maybee /BaZZe
 
it seems like it cant find ur database or u have dunesomething wrong i fink u have dune something wrong and phpmyadmin must have a password u set one in the begging i dont realy know the problem try too upload db again and see if u can find any instructions or youtube video maybee /BaZZe



Yeah but I try to find the problem but I cant ?
What I need searh to find it on Youtube ?
 
How to Setup a MySQL Database (with photos)

Try that.
__________________



Exrip




Very thanks for the help Flyde

____________________________

Yours Claudiah .
 
i just ment it is easier too watch a movie wher people make it u can just stop and do the same as them then it should work but pics go fine too btw:p
 
--
-- Triggers `accounts`
--
DROP TRIGGER `realmap`.`ondelete_accounts` ;



MySQL returnerede:

#1360 - Trigger does not exist

Now why its says that ?
 
Hello, can someone help me when I open the Eclipse map , it says

[12/09/2008 15:46:46] >> Loading config
[12/09/2008 15:46:46] >> Loading RSA key
[12/09/2008 15:46:46] >> Testing SQL connection
[12/09/2008 15:46:47] Failed to connect to database. MYSQL ERROR: Access denied for user 'root'@'localhost' (using password: NO)
[12/09/2008 15:46:47] > ERROR: Couldn't estabilish connection to SQL database!


Can YOU/SOMEONE tell me why ? ;p
Then you have make me a good lucky today . ?


-------------------------------------------------------


Yours Claudiah

This means that you didnt fill in a password in your config.lua for connecting to your database, check your config.lua and fill in the right password for MySQL.

--
-- Triggers `accounts`
--
DROP TRIGGER `realmap`.`ondelete_accounts` ;



MySQL returnerede:

#1360 - Trigger does not exist

Now why its says that ?

This means that you are trying to drop a trigger which dosnt exist, simply remove that line from whatever file you're using to create a database, and it should work.
 
Back
Top