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