MySQL Forums
Forum List  »  Source, Builds, Binaries

make test problems
Posted by: Pavel
Date: July 12, 2006 04:35AM

Hi,

I configured my mysql 5.1.11 and tried to make it on an amd64smp machine

./configure --prefix=${MYSQL_PATH} --enable-assembler --enable-thread-safe-client --with-big-tables --with-embedded-server --with-extra-charsets=all --with-plugins=all --with-pthread --without-debug

gmake
gmake test

...
gis-rtree [ pass ] 596
gis [ pass ] 1228
grant [ pass ] 921
grant2 [ fail ]

Errors are (from /root/system/install/mysql-5.1.11-beta/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 448: Could not open connection 'con1': 1045 Access denied for user 'mysqltest_1'@'localhost' (using password: YES)
(the last lines may be the most important ones)
Result from queries before failure can be found in r/grant2.log

Aborting: grant2 failed in default mode. To continue, re-run with '--force'.
Ending Tests
Shutting-down MySQL daemon

Master(s) shutdown finished
Slave(s) shutdown finished
gmake: *** [test] Error 1

i'm somewhat new to compiling from source, could someone tell me what am i supposed to re-run with --force?

Options: ReplyQuote


Subject
Views
Written By
Posted
make test problems
2253
July 12, 2006 04:35AM
1675
August 01, 2006 10:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.