I have one problem.How can I save a lot of data in sql table with INSERT? I need to insert about 50 columns in table when player is registered to server.
Maybe start by looking what you're inserting. Maybe there's a better solution on a database level. What are you inserting when a player registers?