I am trying to install word press and I reached the error page when trying to go to
http://thebigtimer.com/wp-admin/install.php (my site)
Here is what I have in my wp-config file, what did I do wrong?
<?php
// ** MySQL settings ** //
define('DB_NAME', 'cpanel-name_database-zzofzgwg_myblog'); // The name of
the database
define('DB_USER', 'cpanel-name_user-zzofzgwg_John'); // Your MySQL username
I left out the password section for obvious reasons, but that part seemed simple enough.
Thanks for your help, I am such a novice