implemented database, article cards, and parsing from markdown.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--This must be ran as the root user in MariaDB
|
||||
CREATE USER vintage@localhost IDENTIFIED BY 'changeme';
|
||||
GRANT ALL PRIVILEGES ON vintagecoding.* TO vintage@localhost IDENTIFIED BY 'changeme';
|
||||
Reference in New Issue
Block a user