I've been using mysqldump in a Perl script for a client of mine to do
database dumps for several years and until recently it has worked fine.
However I noticed that in a recent dump, no data or schema was created.
Since I don't know for sure where 'mysqldump' is located on the remote
system I
Sounds like it installed to a different directory than the previous
version - try
/usr/local/bin/mysqld --version
or
/usr/local/mysql/bin/mysqld --version
It would be a good idea to remove any previous binaries to avoid
confusion, as well.
Cheers,
P
On Wed, 7 Mar 2001, Cal Evans wrote:
> I
I just d/loaded and compiled the mysql-3.23.33.tar.gz from www.mysql.com.
However, after make and make install, restarting mysql, if I type
mysqld --version I get:
mysqld Ver 3.23.22-beta for pc-linux-gnu on i686
Did they just not change the version number or is there something else I
need to d