in reply to Re^10: Can't call method "do" on an undefined value error
in thread Can't call method "do" on an undefined value error
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |