Question

What is the best way to figure out the cause of a mysql 1044 error?

ERROR 1044 (42000): Access denied for user 'web'@'%' to database some_db
Was it helpful?

Solution

show grants for web@% would be the best way. If you don't get back anything, or what HAS been granted doesn't cover what's being requested, there's your problem...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top