in reply to Re^9: Can't call method "do" on an undefined value error
in thread Can't call method "do" on an undefined value error

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^11: Can't call method "do" on an undefined value error
by Joost (Canon) on Jul 05, 2007 at 22:09 UTC
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^11: Can't call method "do" on an undefined value error
by bigmacbear (Monk) on Jul 05, 2007 at 22:19 UTC

    The '%' in 'nikkou6_db'@'%' means "any host": you are coming from some host which does not explicitly match any listed in the database's grant tables. You probably need to either specifically grant permission to your username at your hostname, or to your username on any host using the 'user'@'%' syntax.

    A reply falls below the community's threshold of quality. You may see it by logging in.