Ridemonkey
Well-known member
I ran into some weirdness with authentication last night. It's fixed but I'd like to know what happened.
I'm running the Export.php on the web server, which is remote to the DB server. I filled out the credentials and information for the vBulletin database user.
However, I kept getting authentication failures for the XenForo database user:
<!-- Mysqli prepare error: SELECT command denied to user 'xenforouser'@'prod-web01' for table 'user' -->
The 'user' table is definitely a VB table, and there is no reference whatsoever to the xenforouser in the Export.php script. I moved past this by granting the xenforo user all rights to the VB database, but why is that happening?
I'm running the Export.php on the web server, which is remote to the DB server. I filled out the credentials and information for the vBulletin database user.
However, I kept getting authentication failures for the XenForo database user:
<!-- Mysqli prepare error: SELECT command denied to user 'xenforouser'@'prod-web01' for table 'user' -->
The 'user' table is definitely a VB table, and there is no reference whatsoever to the xenforouser in the Export.php script. I moved past this by granting the xenforo user all rights to the VB database, but why is that happening?