Displaying 4 results from an estimated 4 matches for "sql_dbname".
2004 Aug 06
2
Client auth with mysql
...;t run, please).
So, that's what I did :-)
<http://mat.cc/distfiles/icecast-mysql.diff>
it adds some config params to a <mount> section :
<sql_server>sql-server</sql_server>
<sql_login>login</sql_login>
<sql_password>password</sql_password>
<sql_dbname>database</sql_dbname>
<sql_field>url-field</sql_field>
<sql_query>select cle from client where radio = 1 and cle = '%s'</sql_query>
which are passed to the source it correspond to.
and when you call a source say, /foo.mp3?url-field=something
It'll put...
2004 Aug 06
0
Client auth with mysql
...what I did :-)
><http://mat.cc/distfiles/icecast-mysql.diff>
>
>it adds some config params to a <mount> section :
>
><sql_server>sql-server</sql_server>
><sql_login>login</sql_login>
><sql_password>password</sql_password>
><sql_dbname>database</sql_dbname>
><sql_field>url-field</sql_field>
><sql_query>select cle from client where radio = 1 and cle = '%s'</sql_query>
>
>which are passed to the source it correspond to.
>
>and when you call a source say, /foo.mp3?url-field=...
2004 Aug 06
0
Client auth with mysql
...|> <http://mat.cc/distfiles/icecast-mysql.diff>
|>
|> it adds some config params to a <mount> section :
|>
|> <sql_server>sql-server</sql_server>
|> <sql_login>login</sql_login>
|> <sql_password>password</sql_password>
|> <sql_dbname>database</sql_dbname>
|> <sql_field>url-field</sql_field>
|> <sql_query>select cle from client where radio = 1 and cle =
| '%s'</sql_query>
|>
|> which are passed to the source it correspond to.
|>
|> and when you call a source say, /foo....
2004 Aug 06
0
Client auth with mysql
...mysql.diff>
|> |>
|> |> it adds some config params to a <mount> section :
|> |>
|> |> <sql_server>sql-server</sql_server>
|> |> <sql_login>login</sql_login>
|> |> <sql_password>password</sql_password>
|> |> <sql_dbname>database</sql_dbname>
|> |> <sql_field>url-field</sql_field>
|> |> <sql_query>select cle from client where radio = 1 and cle =
|> | '%s'</sql_query>
|> |>
|> |> which are passed to the source it correspond to.
|> |>
|> |...