On 13-10-14 20:28, Michal Čihař wrote:
>> You are talking about this line?
>> _dbc_nodb="yes" dbc_mysql_exec_command "CREATE DATABASE
>> $dbc_dbname${extrasql:-}"
>>
>> Should it be the following:
>> _dbc_nodb="yes" dbc_mysql_exec_command "CREATE DATABASE
>> `$dbc_dbname${extrasql:-}`"
> 
> I don't know what extrasql is, but to me it sounds more like it should
> be:
> 
> _dbc_nodb="yes" dbc_mysql_exec_command "CREATE DATABASE
> `$dbc_dbname`${extrasql:-}"

Yes, of course. extrasql is the possible """extrasql=" CHARACTER SET
'$dbc_mysql_createdb_encoding'";"""

Paul


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to