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

Linux Problem with phpmyadmin in Ubuntu and import tfs database.

kubqq

Xyntera Global 8.60 - in progress
Joined
Aug 12, 2009
Messages
74
Solutions
1
Reaction score
4
Location
Sweden
Hello. From few days a tried to run my compiled tfs 0.4, complie was good, I did make a file forgottenserver etc.

The first problem is connect to phpmyadmin, I have still this when I try to connect in browser:

Code:
Not Found
The requested URL /phpmyadmin was not found on this server.

Apache/2.4.18 (Ubuntu) Server at XX.X.XX.XX Port 80

I never make posts before check the internet to try fix that, Now I did read all of that:

Linux - How Upload big database in linux - SSH and how changed phpmyadmin password (https://otland.net/threads/how-upload-big-database-in-linux-ssh-and-how-changed-phpmyadmin-password.168457/)
https://otland.net/threads/simple-all-in-one-from-nothing-to-a-fully-working-dedicated-server-on-ubuntu.212117/
phpMyAdmin (https://help.ubuntu.com/lts/serverguide/phpmyadmin.html)
https://otland.net/threads/ubuntu-from-nothing-to-complete-server-tfs-modernaac-mysql-lighttpd.89001/
Problem z phpmyadmin (debian) (https://otland.net/threads/problem-z-phpmyadmin-debian.51073/)
https://otland.net/threads/it-works.87462/
and some others open tibia forum (I dont want paste it here, because I am not sure I can or can't

In any tutorial I cant find anything about import database (the same like windows hosting, by phpmyadmin and import database), I think without access to phpmyadmin I cant do this.

I have also problem with run ./theforgottenserver - Server is started, online(probably becasue I cant log in to my ots) but I have a lot of errors about database in console like that:

https://imgur.com/a/ZEm63c0


After I think 15 hours or tried to fix that I litte tired and thinking I never fix that :x

If anybody can help me, Please do this...

Regards otlanders
 
Problem solved:

This is fix and worked for me. I write here, meybe somebody will have the same problems as me.

Code:
apt-get install phpmyadmin

ln -s /usr/share/phpmyadmin/  /var/www/html/

service mysql restart

systemctl reload mysql

Now I looking for some tutorial how to export my full database what I used on windows and Import that to linux hosting. Now I have problem with import old database - very long loading file and at the end :

Code:
 Nie otrzymano żadnych danych do importu. Albo nie dostarczono nazwy pliku, albo jego rozmiar przekroczył rozmiar maksymalny, dozwolony przez konfigurację PHP. Zobacz FAQ 1.16.


English(my translate ;x) :
Code:
Dont get any data to import. File name dont send or size is bigger than maximum in php configuration.

Also solved by other forum user, so thanks.



___



https://otland.net/threads/problem-with-znote-aac-install-on-vps-linux-ubuntu.264414/

This is my problem now, with AAC Maker install on Linux - Before on Windows I didnt have any problems with anything :<
 
Last edited:
Back
Top