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

Tiggers does not exist?

Sasir

PrOGaMeR
Joined
Dec 19, 2007
Messages
417
Reaction score
3
Location
Germany
Well, Ot Isnt working for me somehow.
Iam Using Xampp Programm and after uploading database from greggor.sql im getting an error, looks like:
lol99zj2.jpg

Sql-Befehl

Triggers 'accounts'
Drop TRIGGER 'realmap'.'ondelete_accounts':

MySql meldet
~1360 - Trigger does not exist


Using newest version TFS...
Can Someoone help me?????
 
once Xampp is runnning.

Copy that SQL into a .sql (with notepad) to xampp/mysql/bin/

go to start
RUN
type "cmd"

cd..
cd..
cd..
cd..

then cd xampp or where u got the main directory of xampp~

cd mysql
cd bin
then type the following:
mysql -u root theforgottenserver -p < thetxt.sql

it will ask u for ur mysql password and that's it
 
Download the latest phpmyadmin version from http://phpmyadmin.net/ .When you've done so,replace it with the old one(don't forget to change the file's name to phpmyadmin when you replaced the old folder with the new one) and then import the file normally.There won't be any errors regarding triggers,since they are supported from the latest version.
 
Back
Top