Author Archives: user

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

MySQL – Show Privileges Table of content The users in MySQL must have enough privileges to interact with the server. This is possible by assigning authentication details, like passwords to the users. In addition to this, operational or administrative privileges are granted separately if a user wants to interact with and operate on the data. […]

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, […]

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 […]