Search
Items tagged with: postgresql
If you're an admin using Mastodon 4.0.2 or below, the menu described before won't exist and you will need to access your Mastodon server's #PostgreSQL #production #database (assuming you're using PostgreSQL) and paste the following #SQL code to block threads.net:
INSERT INTO domain_blocks (domain, created_at, updated_at, severity, reject_media, reject_reports) VALUES ('threads.net', now(), now(), 1, 't', 't');
Anyone aware of a @Mastodon repo where storage is bound to #mysql rather than #postgresql?
Why?
I am looking to binding Mastodon to #iODBC such that storage is #DBMS independent.
A MySQL binding makes this effort easier since we already have a library in place for making any MySQL-specific app #ODBC based.
See: https://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/MySQL2ODBC
Why?
I am looking to binding Mastodon to #iODBC such that storage is #DBMS independent.
A MySQL binding makes this effort easier since we already have a library in place for making any MySQL-specific app #ODBC based.
See: https://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/MySQL2ODBC