Hello!
On Wed, Jun 22, 2016 at 1:27 AM, jugraj singh wrote:
>> This is strange. Have you configured "mysql_old_password" in your my.cnf file?
>>
> Can you explain how to configure "mysql_old_password". Step by Step.
>
You should NOT configure mysql_old_password. If you don't see that
thing in your my.cnf, then you are good.
>> Also try if lua-resty-myqsl works for you:
>>
>> https://github.com/openresty/lua-resty-mysql
>>
>> It's shipped with OpenResty too.
>
> I does't want to use openresty.
> As it does't provide .deb package. Moreover I want to configure nginx myself.
> Can you explain the procedure of using lua-resty-mysql with a working example.
>
It's documented in the link I give you above. Read the documentation.
The easiest way is to use OpenResty and you can build a .deb package
from it yourself.
Regards,
-agentzh