On Mar 15, 2005, at 11:57 PM, Ted Zeng wrote:
The web page Mark pointed out has this
4. perl Makefile.PL --testdb=test --testuser=username --testpassword=user_password --testhost=localhost
And you can watch the output when make is run.It tells you what these parameters are for testing.
That looks right. Did you log into MySQL first, and grant write access to "test" for "username"? Along the lines of:
grant all privileges on test.* to root identified by 'password';
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net Hire me! My resume: http://www.dot-app.org