• 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!

Solved Importing a database...

ADeadlySpoon

New Member
Joined
Oct 21, 2010
Messages
18
Reaction score
0
Location
The Moon
Hey everyone,
I have a problem importing a database to MySQL.

When I try importing it, it simply comes up with this error:
Code:
Error
SQL query:

DROP TRIGGER IF EXISTS  `oncreate_players` ;


MySQL said: 

#1046 - No database selected

I know this is the right thing to import, and I have tried diferent databases from other servers that I have lurking around. Any ideas anyone? Any other information you need?

Thanks,
ADS
 
Last edited:
Code:
MySQL said: 

#1046 - No database selected
You haven't selected the database where you want it to be imported...
If you havent made database already then make one and after that select it and then try importing again.
 
Code:
MySQL said: 

#1046 - No database selected
You haven't selected the database where you want it to be imported...
If you havent made database already then make one and after that select it and then try importing again.

Ah thank you very much :)
Makes sense now I read it... Silly mistake lol
 
Back
Top