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

-

  • Thread starter Deleted member 50858
  • Start date
Seems like it's not coming back.. if I read it right.. Try to create it and create everything that's needed. If the players skills isn't "back" then I guess you've done something wrong.. :p
 
There are often problems with importing db with phpmyadmin. Use command line

Code:
mysql -u username -p db_name < backupfile.sql
 
If you are using xampp, put the .sql file in your xampp/mysql/bin/ folder, run cmd.exe through start menu, navigate to the same folder and type the query I wrote
 
-
99048304.png
 
Last edited by a moderator:
you don't need that "<"

Woot, another great support from you, shame its wrong :(:(:(

You have to use this '<' since it tells to IMPORT the file.
Error you get already explains itself, doesnt it, Guitar Hero?
Copy tibia.sql to XAMPP/mysql/bin and try again.

Either way, I think I just see what you got wrong.
You have to use command called 'cd' to navigate into another directories, so do like this:
Code:
D:
cd xampp\mysql\bin
mysql -u root -p password < tibia.sql
 
Back
Top