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

Help Phpmyadmin time

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
I am running one command in the sqm but the following error, how can I increase the time


PHP:
#1205 - Lock wait timeout exceeded; try restarting transaction
 
would not be php.ini?
have this in php.ini

PHP:
http://php.net/default-socket-timeout
default_socket_timeout = 60

;

PHP:
Maximum time (in seconds) for connect timeout. -1 means no limit
;

PHP:
http://php.net/mysql.connect-timeout
mysql.connect_timeout = 60

;


PHP:
Query timeout
;mssql.timeout = 60

;

which must change
 
Back
Top