From: Warren Young Date: December 5 2005 1:08pm Subject: Re: question... List-Archive: http://lists.mysql.com/plusplus/5254 Message-Id: <43943BBF.1000504@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Marco Turchi wrote: > > If I will install mysql also on the computation machine, but I'll use it > just for compile Mysql++, and not for storage. Yes, that's correct. MySQL++ depends on the C API portion of MySQL when building and running programs. You do not need to run a MySQL database server on what you are calling the 'computation machine'. > Then when I will connect > my code to mysql, I'll use the host field inside the command "connect", > inserting the remote host name.Will it work? Yes.