create database and new user in mysql with ssh

I keep forgetting how to do this. So, I will log it here once and for all: Log into mysql: mysql -u root -p Create a database: create database name_of_database; Create a new user: CREATE USER ‘newuser’@’localhost’ IDENTIFIED BY ‘password’; Give new user all the priviliges: GRANT ALL PRIVILEGES ON * . * TO ‘newuser’@’localhost’;

Read More

MicroNetVPS Review

MicroNetVPS.com had an attractive offer in WHT in which they promised a 50% recurring discount in 6 locations: UK, US, Russia, Turkey, India and Swiss. I have a penchant for discount offers though MicroNetVPS did not inspire much confidence from the look and feel. Anyway, I signed up for the lowest tier in the India

Read More