7-Views - Page 7 of 8 - Developers Blog

Update WordPress Without Using FTP

Posted by
August 22, 2018

In some cases, we are not able to update/upgrade our WordPress and plugins to a newer version without providing our FTP connection information. This is a common issue whereby the WordPress system can’t write to your ‘wp-content’ folder directly. To resolve this you need to follow certain steps 1) Give ‘wp-content’ 775 permissions 2) Open […]

read more

Row Level Locking in MySql

Posted by
August 22, 2018

We need row level locking to handle the concurrent or simultaneous requests in proper way. MyISAM does not supports row level locking. Why we need row level locking? Suppose two bank clerks attempting to update the same bank account for two different transactions. Clerks 1 and 2 both retrieve (i.e., copy) the account’s record. Clerk […]

read more