how to specify password for rasqlinsert ?
Russell Fulton <[email protected]> Mon, 22 Jul 2019 16:07:20 +1200
| Newsgroups | gmane.network.argus |
|---|---|
| Message-ID | <[email protected]> |
I am looking at producing hourly tables of flow summaries using = rasqlinsert but I can=E2=80=99t figure out how to give the mysql = password. I tried the standard mysql://user:pass@localhost/=E2=80=A6. I put the = whole string in single quotes to protect the special characters - I also = tried escaping the specials. Creds work fine in the mysql -u =E2=80=A6. -p Russell=