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.
.. the account IIS_IUSRS has to be given "write" access to the file settings.php in order to allow Drupal to set the database configuration settings. I have done this on Windows Server 2008 but the Drupal install still fails and remains on the database configuration screen. Has anyone else run into this?
I have installed drupal 6.9 and using jd purity them
My problem is the database table which is latin1 and i want to change it to utf8
What I have done was, i went to phpmyadmin and i have changed all my tables collections to utf8_gerneral_ci manually
Hello,
I've got a drupal database and I have exported the .sql file from phpMyAdmin.
I'm still getting used to Ubuntu and running the VPS, but I managed to get mysql installed and running.
I uploaded the .sql file to the server and placed it in my 'user' FTP folder.
I typed this command: mysql -u admin -p dbname < filename.sql
and I entered the password that I would normally use to access this database for the 'admin' user.
I get this message:
Access denied for user 'admin'@'localhost' (using password: YES)