5 messages in com.mysql.lists.mysqlRe: Help: Compile worked with V3.21.2...
FromSent OnAttachments
R.Or...@gmx.de17 Dec 1999 01:30 
R.Or...@gmx.de17 Dec 1999 04:59 
sin...@mysql.com17 Dec 1999 06:16 
R.Or...@gmx.de17 Dec 1999 07:44 
sin...@mysql.com18 Dec 1999 05:56 
Subject:Re: Help: Compile worked with V3.21.29, not with V3.23.5a-alpha
From:R.Or...@gmx.de (R.Or@gmx.de)
Date:12/17/1999 04:59:31 AM
List:com.mysql.lists.mysql

Hi

three issues:

1) I'm terribly sorry, I forgot flush privileges or mysqladmin reload.

> INSERT INTO user VALUES > ('53.126.9.86','Conny','', > 'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');

Everything works fine now concerning the privileges.

2) However, I still can't compile mytest.c from the examples see the posting "Help: Compile worked with V3.21.29, not with V3.23.5a-alpha" I did change mysql_num_fields(res); to mysql_field_count(myData); however that didn't help either.

3) Although reading it several times I did not really understand the difference between mysql_num_fields(res) and mysql_field_count(myData). Is there an easy explanation?

Thank you for your help.

Roland Ortloff