Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
-none-

-none-

2007-09-04       - By Warren Young

 Back
Efstratios Gavves wrote:
> Connection failed: Unknown MySQL server 'resetb'(11001)

You may be running exrun incorrectly.  My guess is that you're saying
something like this:

  exrun.bat resetdb resetdb servername username password

instead of:

  exrun.bat resetdb servername username password

> When you execute install.bat in command line, the only thing it says is:
> "install.bat works with [subdir]" There is nowhere in the Readme any
> refernces about a subdir.

MySQL++ comes from the Unix world, where this sort of usage message is
extremely common and well-understood.  It means that if you say:

  install.bat lib32

you will get:

  c:\mysql++
  c:\mysql++\include
  c:\mysql++\lib32
  c:\mysql++\lib32\debug
  c:\mysql++\lib32\release

> I dont understand the reason, why you have to declare the name of he
> subdir and it isn't produced automatically with a default name.

Because you might need to have multiple different library installs.  One
common reason is having both MinGW and Visual C++ installed.  Another I
hinted at above: 32 and 64-bit builds of the library.  There are still
others I can imagine.

It doesn't bother with all that for the include files, because those
should be the same for all build systems.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:    http://lists.mysql.com/plusplus?unsub=mysql@(protected)