hi, ive uploaded my site and addepted the settings.php file but i still get error message: The mysqli error was: Access denied for user 'maar10w_opium'@'10.33.248.75' (using password: YES).
what could be the problem here (http://youtopium.x10.mx/)
hi, ive uploaded my site and addepted the settings.php file but i still get error message: The mysqli error was: Access denied for user 'maar10w_opium'@'10.33.248.75' (using password: YES).
what could be the problem here (http://youtopium.x10.mx/)
i've created the user maar10w_x with all privileges into a new db maar10w_drupal
so the line in my php.settings should sound like:
$db_url = 'mysqli://maar10w_x:a*******y@localhost/maar10w_drupal';
$db_prefix = '';
nevertheless i get this warning: Warning: Table 'maar10w_drupal.access' doesn't exist query
can it be that i accidently overwritten the ht.access file by uploading my site, or what could be the problem? And is it not neccessary to backup and upload my datebase instead of creating a new one?
---------- Post added at 11:35 AM ---------- Previous post was at 11:11 AM ----------
nevermind i've solved, the problem was to start from a brand new settings.php file instead of the older used one...