🪲
Developing bugs.
Pinned Loading
-
Nginx Serve
Nginx Serve 1#!/bin/bash2set -e # exit on error
34# Serve site via Nginx5 -
SQL TO CSV
SQL TO CSV 1# sql to csv
2select column1, column2 into outfile '/var/lib/mysql-files/output.csv' fields terminated by ',' optionally enclosed by '"' lines terminated by '\n' from my_table;
34# line count
5wc -l FILE
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
