SA-MP Forums Archive
MySQL Auto Banned Me Please Help !! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MySQL Auto Banned Me Please Help !! (/showthread.php?tid=408726)



MySQL Auto Banned Me Please Help !! - Sweez - 19.01.2013

Well, i started a server with MySQL, and when someone joins it bans him. Look what does it gives me

[17:32:00] Filterscripts
[17:32:00] ---------------
[17:32:00] Loaded 0 filterscripts.

[17:32:00] Objects loaded from LoadObjects Database.
[17:32:00] 0 owned vehicles loaded from the MySQL Database.
[17:32:00] 227 vehicles loaded from the MySQL Database.
[17:32:00] 1 houses loaded from the MySQL Database.
[17:32:00] 0 businesses loaded from the MySQL Database.
[17:32:00] 0 factions loaded from the MySQL Database.
[17:32:00] Number of vehicle models: 105
[17:32:00] 1146 Table 'new.ownedvehicles' doesn't exist -1 -1 NULL SELECT * FROM `OwnedVehicles` WHERE `OwnedVehicleID` < 2500 ORDER BY OwnedVehicleID 1
[17:32:00] 1146 Table 'new.factions' doesn't exist -1 -1 NULL SELECT * FROM `Factions` 1
[17:32:58] Incoming connection: 84.108.144.3:54497
[17:32:58] [join] Georgi_Ivanov has joined the server (0:84.108.144.3)
[17:32:58] [part] Georgi_Ivanov has left the server (0:2)
[17:32:58] 1146 Table 'new.accounts' doesn't exist -1 -1 NULL SELECT * FROM Accounts WHERE Username = 'Georgi_Ivanov' AND Banned = '1' 1
[17:34:01] Incoming connection: 84.108.144.3:54498
[17:34:02] [join] Gazara_Ivanov has joined the server (0:84.108.144.3)
[17:34:02] [part] Gazara_Ivanov has left the server (0:2)
[17:34:02] 1146 Table 'new.accounts' doesn't exist -1 -1 NULL SELECT * FROM Accounts WHERE Username = 'Gazara_Ivanov' AND Banned = '1' 1
[17:34:17] Incoming connection: 84.108.144.3:54499
[17:34:17] [join] Gazara_Ivanov has joined the server (0:84.108.144.3)
[17:34:17] [part] Gazara_Ivanov has left the server (0:2)
[17:34:17] 1146 Table 'new.accounts' doesn't exist -1 -1 NULL SELECT * FROM Accounts WHERE Username = 'Gazara_Ivanov' AND Banned = '1' 1

Sorry for my bad english


Re: MySQL Auto Banned Me Please Help !! - Sweez - 19.01.2013

Can anyone help me please ?


Re: MySQL Auto Banned Me Please Help !! - wups - 19.01.2013

Can't you read?
Table 'new.accounts' doesn't exist


Re: MySQL Auto Banned Me Please Help !! - Sweez - 19.01.2013

I have it ...


Re: MySQL Auto Banned Me Please Help !! - azzerking - 19.01.2013

Show us a screenshot of your database? That way we can see why its not working


Re: MySQL Auto Banned Me Please Help !! - Sweez - 20.01.2013

Quote:
Originally Posted by wups
Посмотреть сообщение
Can't you read?
Table 'new.accounts' doesn't exist
i have it. ....


Re: MySQL Auto Banned Me Please Help !! - x96664 - 25.01.2013

Ok so if you have made the database in phpmyadmin and the mysql server is online, maybe you are missing plugin/include or libmysql file.