Build a RESTapi with PHP
Import the SQL to a db named myblog change the dbname and password in the config/Database.php.
private $host = 'localhost'; private $db_name = 'myblog'; private $username = 'root'; <----- private $password = 'root'; <----- private $conn;