con

Search

You can find the results of your search below.

postgres
14 Hits, Last modified:
====== Postgres ====== ===== Install ===== container xenial 16.04 (optional) <code> lxc image copy im... resql </code> eventually open network for remote connections <file ini /etc/postgresql/9.5/main/postgresql.conf> listen_addresses = '*' </file> ===== Basic operations ===== <code> # list databases \l # connect to database \c giano # list schema \dn # li
redis
6 Hits, Last modified:
er, string, ...] belong a key [string] <code> SET connections 10 INCR connections => 11 INCR connections => 12 DEL connections INCR connections => 1 </code> expiring key <code> SET resource:lock "Re
mssql
3 Hits, Last modified:
* http://stackoverflow.com/questions/15750711/connecting-to-sql-server-2012-using-sqlalchemy-and-py... ps://blog.afoolishmanifesto.com/posts/install-and-configure-the-ms-odbc-driver-on-debian/ Install unix... zxvf unixODBC-2.3.4.tar.gz cd unixODBC-2.3.4/ ./configure --enable-gui=no --enable-drivers=no --enabl
oracle
2 Hits, Last modified:
t LD_LIBRARY_PATH=/opt/oracle </code> /etc/ld.so.conf.d/oracle.conf <code> /opt/oracle </code> adjust library names <code> cd /opt/oracle ln -s libclntsh.
mariadb
1 Hits, Last modified:
//www.digitalocean.com/community/tutorials/how-to-configure-a-galera-cluster-with-mariadb-10-1-on-ubunt