Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
hello I just finished a project on drupalgardens and I would like to import on a server wamp locally but I have a problem. I exported my first site drupalgardens to my hard drive, now I want to import it (database already imported) I came across this message
Error
The website Encountered An Unexpected error. Please try again later.
Error message
PDOException: SQLSTATE [28000] [1045] Access denied for user 'user' @ 'localhost' (using password: YES) in lock_may_be_available () (line 164 of C: \ wamp \ www \ babimarket \ includes \ lock.inc).
I point to when I received the export file that included this
user password
user1_4e0e24 *********
Zolotoy *********
I do not know how to use it?
prior to export to my hard drive there was this message that appears I work product this is what gives her but I understand very little ny
And on settings.distant.php (will be rename as settings.php later):
change this: $db_url = 'mysqli://root:root@localhost/drupal';
for: $db_url = 'mysqli://login:password@server/database';
So I took a drupal site off a backup server image, and found the sql files under the following path
opt/lampp/var/mysql/"company name"
now i showed Bluehost these files in the hopes they could setup mysql on their servers
turns out the extensions on these files are .myd & .myi, i was told that i need sql database software/manager ?? then import all the files from this folder, then do dump ? then export to Bluehosts control panel's mysql
I installed Acquia Drupal 7 and started a site on my local DAMP server. I put in the site name and everything and have fully created my site on my local server. However, the local url of my site is
"sitename.localhost:8082"
even though my domain/site name is correct in the administration. I already have a domain name registered and I'm getting ready to upload my site to that domain.