Re: Issue with MyBB 1.8 importer.
Reply #3 –
It looks like the mysql user doesn't have access to one of the two databases.
IIRC, in 1.x OI, the database users (both from the source and the destination) have to have read/write access to both the source and destination databases (to stay on the safe side).
Re: Issue with MyBB 1.8 importer.
Reply #9 –
I guess it's time to read the settings.
1) Go go "/sitenamehere/public_html/ElkArte Installation Name", and open the file Settings.php, take note of the values of $db_user and $db_name,
2) go to "/home/sitenamehere/MyBB Installation Name/inc", and open the file config.php, take note of the values $config['database']['username'] and $config['database']['database'].
Now compare them and see if they are the same or not.
That way we can set a milestone and be sure if we are talking about the same database or not.