Posts: 150
	Threads: 1
	Joined: Jan 2015
	
Reputation: 
0
	 
 
	
	
		Are you sure the database connection is being established correctly?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 487
	Threads: 35
	Joined: Oct 2013
	
Reputation: 
0
	 
 
	
	
		Tried the first code, still didn't work
Enabled debug, didn't get anything
It always says connection to the database is successful
And I don't get how I should create the table manually, say I have a registration system, am I supposed to be creating a table for each player that registers manually?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 150
	Threads: 1
	Joined: Jan 2015
	
Reputation: 
0
	 
 
	
	
		You should only need to create the table once, you then add a new row when a player registers by using an INSERT query.
Even with debug enabled there is no log referencing this particular query? Could you post a copy of your MySQL log here please.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 150
	Threads: 1
	Joined: Jan 2015
	
Reputation: 
0
	 
 
	
	
		Stop your server then delete (or move to another folder) the log file completely, then start the server again, it will create a new log file and show only current errors.