@keith thanku for your reply the second link which is helpful for me and i follow instruction but here is problem occur. when i edit wp-config file e.g.
`// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘wp’);
/** MySQL database username */
define(‘DB_USER’, ‘root’);
/** MySQL database password */
define(‘DB_PASSWORD’, ”);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
and after that when i open https://localhost/wp/ it shows me error
image link
will you please tell me how i resolve this