News

2. Setup database Create a MySQL database named "blog". Import the SQL schema and sample data from the blog.sql file: mysql -u root -p blog < blog.sql ...