I added both the table and the user via, what the web host calls, Cpanel 5 - Site Control Panel. Yikes... ok found the "Flush Knob"
Flushed and got:
Database nitoichi_testDB - table userauth running on localhost
Error
SQL-query :
FLUSH TABLE userauth
MySQL said:
Access denied for user: 'nitoichi@localhost' (Using password: YES)"
Posting the previous issue to my web host resulted in:
"Make sure you use the database name and the username added to the database name with the account username. So if your user name would be cat and the database user dog, your database username in your script would be: cat_dog
Also the user has the cat_ prefix and your password for the database has not. "
I've changed the code to read:
$connection = @mysql_connect("localhost", "nitoichi_Gustav", "ChangedForSecurity")
as recommended, and lo and behold... I'm still unable to connect.
So... back to flushing....