This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
сервис_mysql [2025/06/30 06:41] val [Debian/Ubuntu] |
сервис_mysql [2025/11/26 06:42] (current) val [Из командной строки] |
||
|---|---|---|---|
| Line 99: | Line 99: | ||
| ==== Из командной строки ==== | ==== Из командной строки ==== | ||
| <code> | <code> | ||
| - | # mysql billing -u billing --password=XXX -B --skip-column-names -e "select login, pass from accounts where uid=YYY" | tr '\t' ';' | + | # mysql billing -u billing --password=XXX -B -N -e "select login, pass from accounts where uid=YYY" | tr '\t' ';' |
| </code> | </code> | ||