dba:tools:start
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dba:tools:start [2025/11/20 16:08] – created mlivolsi | dba:tools:start [2025/11/30 17:14] (current) – mlivolsi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== A tool to mimic SQL*PLus but for MySQL ==== | ||
| + | * The script below is called " | ||
| + | * msql username/ | ||
| + | * Location: / | ||
| + | * TNS File location: / | ||
| + | ** Usage ** | ||
| + | < | ||
| + | msql < | ||
| + | </ | ||
| + | ** An example entry ** | ||
| + | < | ||
| + | db01,db = | ||
| + | ( | ||
| + | (connect_data = | ||
| + | (host = db1.mikelivolsi.com) | ||
| + | (schema = some_schema) | ||
| + | (port = 3306) | ||
| + | ) | ||
| + | ) | ||
| + | </ | ||
| - | + | ** The code to make it all work ** | |
| - | + | ||
| < | < | ||
| #!/bin/bash | #!/bin/bash | ||
dba/tools/start.1763654880.txt.gz · Last modified: by mlivolsi
