I didn't do the grant stuff.
Only that I have used PHP to test mysql installation, the PHP page also create a test database and
test it. Not sure if that would create a problem.
ted
On Mar 15, 2005, at 9:22 PM, Sherm Pendley wrote:
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