On Mar 15, 2005, at 9:56 PM, Ted Zeng wrote:
I set the username to root. That should be enough, I assume.
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
So I guess my question, after following this, is to NOT follow the directions in the link I posted, but simply make the change in the .conf first, then download the source from CPAN, then install it.
Is that the correct order of things?
I'm pretty much ready to do this, as I have MySQL installed and working (with PHP). I just need to get the Perl access side of things going.
Thanks,
Mark