Category Archives: mysql

Khóa học miễn phí MySQL – Lock User Account nhận dự án làm có lương

MySQL – Lock User Account Table of content Account Locking in MySQL is introduced to increase security of the database by preventing unauthorized transactions or suspicious activities. In many cases, the MySQL user accounts require to be locked for various reasons. For instance, to wait while completing the authorization of an account, or if the […]

Khóa học miễn phí MySQL – Grant Privileges nhận dự án làm có lương

MySQL – Grant Privileges Table of content As we learnt earlier, a root user is connected to the server (using a password) immediately after installing MySQL. The privileges available to this user are default. The user accessing MySQL using root account has enough privileges to perform basic operations on the data. However, in exceptional cases, […]