From: Warren Young Date: May 14 2008 4:27pm Subject: Re: LIBMYSQL.dll missing when running examples List-Archive: http://lists.mysql.com/plusplus/7649 Message-Id: <9166EB0C-0EDD-4564-A061-11AD4ED705F6@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On May 14, 2008, at 2:28 AM, Sharpminded Gmail wrote: > "This application can't be started because LIBMYSQL.dll is missing. > The reinstallation of this application can solve this problem." It's right: reinstallation of MySQL may solve this problem. :) libmysql.dll is the MySQL C API DLL, which should be in the PATH after MySQL is installed. There's no mention of this in the docs because it should Just Work (TM).