简体   繁体   中英

PHP, MySQL get “max_updates” value from database

I got error code (checked via mysqli_error($link) ):

User 'user1' has exceeded the 'max_updates' resource (current value: 35000)

However, for other SQL servers, how do I get this value (max_updates) without exceeding the quota (here:35000) ?

And when will there be a reset on this ?

It seems like on your host you have some restrictions on MySQL server usage. This does not mean necessarily UPDATE statements - but almost any statements. This limit can be hourly, daily, etc. My advise would be to change your hosting provider - these days it's full of cheap high quality hosting and even cloud VPS that won't have any restrictions on specific software usage.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM