I am switching to AWS RDS Aurora(MySQL) for my database and I have got it all up and running. I imported all my tables and I am able to connect to it using Mysql Workbench.
After pointing my PHP Mysqli Connection I am getting an error
Fatal error: Uncaught Error: Call to a member function fetch_row() on boolean
I am not sure if this new version of MySQL doesn't like the syntax or am I missing something?