From: Warren Young Date: November 16 2006 11:07am Subject: Re: Problems with mysql and mysql++ examples List-Archive: http://lists.mysql.com/plusplus/6113 Message-Id: <455C465E.7020701@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit gary clark wrote: > > Any idea of how I can debug this. Its a permission > issue I think? Yes, but MySQL++ is a distraction here. You need to get the basics sorted out, using something like the mysql command line tool, or MySQL Administrator. Once you've got it behaving sanely, you can worry about MySQL++. You can reference the MySQL++ examples and library code for ideas about how to proceed, but if you need further help on this, it's really a topic for the main MySQL list, not here. MySQL++ is not causing the problem, you see.