How do I network enable a plugin for a multisite install via the database?

Hello you can query your database.
e.g.
SELECT * FROM wp1_options
WHERE option_name=”active_plugins”

wp_1 your First Database in the network, then you can see the active Plugins in these site!