09.06.2013, 09:47
You don't need to connect to table. Only (hostname, user, passwrod, database)
The database, what you need and there are the tables.
You only need to know some MySQL commands. I assume you've aleady made tabvle "bans"
INSERT INTO bans (playerName, playerIP) VALUES ('Ld Est Ld', '127.0.0.1')
The database, what you need and there are the tables.
You only need to know some MySQL commands. I assume you've aleady made tabvle "bans"
INSERT INTO bans (playerName, playerIP) VALUES ('Ld Est Ld', '127.0.0.1')