AJB

Useful MySQL Commands

Below is a list of very common MySQL/MariaDB commands that any developer should know by heart. Export MySQL Database mysqldump -u username -p database_name > dump.sql Import MySQL Database mysql -u username -p -h servername database-name < data.sql Login MySQL Database mysql -uusername -p Create MySQL Users CREATE USER ‘username’@’localhost’ IDENTIFIED BY ‘password’; GRANT ALL PRIVILEGES ON database . tablename […]

Useful MySQL Commands Read More »

What is Thousand Year Old Vampire?

Thousand Year Old Vampire is a solo roleplaying game of memory, loss, and vampires. In Thousand Year Old Vampire you chronicle the many centuries of a vampire’s existence, beginning with the loss of mortality and ending with inevitable destruction. Prompt-driven play and simple resource tracking provide easy rules for exploring your character’s human failings, villainous

What is Thousand Year Old Vampire? Read More »