mysql_query(): Access denied for user
-
I updated to WordPress 4.9.2 today and an old plugin that I have been using to execute PHP within posts is now giving the following error.
Warning: mysql_query(): Access denied for user ‘myname’@’localhost’ (using password: NO) in…
I know I shouldn’t be using PHP Execution which hasn’t been updated in 8 years and maybe I shouldn’t even be using PHP in my posts. However, I’m hoping there is at least a workaround until I figure something else out. And yes I’m open to suggestions, but I have hundreds of posts that are executing PHP right now. Unfortunately, I only know enough to be dangerous when it comes to PHP and WordPress.
Did the latest WP update do something that would have caused this issue?
Things I have tried:
– disabled all plugins except PHP Execution
– cleared all caches and tried multiple browsers and an iPhone
– tried other plugins that allow PHP to be executed
– reinstalled WordPress 4.9.2
– previewed site with Theme Twenty SixteenAny help would be greatly appreciated.
- The topic ‘mysql_query(): Access denied for user’ is closed to new replies.