Category Archives: mariadb

Khóa học miễn phí MariaDB – Managing Duplicates nhận dự án làm có lương

MariaDB – Managing Duplicates MariaDB, as discussed in earlier lessons, allows duplicate records and tables in some situations. Some of these duplicates are not in fact duplicates due to distinct data or object types, or as a result of unique lifespan or storage of the operation object. These duplicates also typically pose no problems. In […]

Khóa học miễn phí MariaDB – SQL Injection Protection nhận dự án làm có lương

MariaDB – SQL Injection Protection The simple act of accepting user input opens the door to exploits. The problem stems primarily from the logical management of data, but luckily, it is fairly easy to avoid these major flaws. Opportunities for SQL injection typically occur on users entering data like a name, and the code logic […]