Hi FreeFormVentures,
Sorry but it's not allowing me to connect to your FTP again. Also, your screenshots didn't get attached.
Steve meant for you to create a php file and then place the code in it. If you call the php file test4MySQL.php and put it in your www folder then you could use
authorsyoulove.com/test4MySQL.php in your browser's address to check it. Hope that helps! Let us know if you have any other questions about it. :)
Yes, starting a sample site accomplishes the same thing as the php file so good thinking! :)
By the way, your issue is definitely a mySQL connection issue and doesn't have to do with the tmp folder or log folder.
Your DB settings in the mySQL file do not appear to be correct. Your $host is likely correct as it's usually localhost almost all the time.
On remote hosts you typically shouldn't use the $user as "root". It's typically a reserved name. I'd recommend creating a new DB user and password. Make sure you then assign the user to the database and give the user full permissions to the database.
Sometimes hosts append the hosting username to the front of the database and database user. So for example, if your username was ayl, then your database would be ayl_samplesite and your database user might be ayl_whateveryounamedit
I would recommend checking with your web host as to the correct naming structures of the database and database user, as it varies from host to host.
You're almost done! Don't give up! :)
Kind regards,
Nick