dba:tools:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dba:tools:start [2025/11/20 16:46] – mlivolsi | dba:tools:start [2025/11/30 17:14] (current) – mlivolsi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== A tool to mimic SQL*PLus but for MySQL ==== | ==== 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 = | db01,db = | ||
| ( | ( | ||
| (connect_data = | (connect_data = | ||
| - | (host = db.m) | + | (host = db1.mikelivolsi.com) |
| (schema = some_schema) | (schema = some_schema) | ||
| (port = 3306) | (port = 3306) | ||
| Line 12: | Line 25: | ||
| </ | </ | ||
| + | ** The code to make it all work ** | ||
| < | < | ||
| #!/bin/bash | #!/bin/bash | ||
dba/tools/start.1763657204.txt.gz · Last modified: by mlivolsi
