As title, it seems that the `mysql_*` functions are deprecated/removed since PHP version is `7.0`. And we should consider using the `PDO` and `MySQLi` to be compatible with `PHP-7.x` versions.