» My database name has added username_ to it - do I use that in my scripts?
USERNAME_ will be added to your database name and database username. You will need to use the full USERNAME_dbname and USERNAME_dbusername in your scripts in order to make a database connection. (Replace USERNAME with you actual account username) |