You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/etc/init.d/apache2 start : start a server
create db 'blog' in phpmyadmin
create table 'articles' with 4 columns: 'id' (A.I), 'title', 'content', 'date'
/etc/init.d/apache2 restart