create database rss_contents;
grant all on rss_contents.* to rssuser@localhost identified by 'password';


mysql -u rssuser -ppassword rss_contents < rss_contents_db.sql
