My host has e-mailed me informing that they will be upgrading their MySQL to version 5.5 and if my app is not compatible, I should notify them in advance.
So I thought I'd check with Drupal community: will D7 work flawlessly with MySQL 5.5 ??? or is there anything that I should be concerned about?
i have tried to install drupal with ms sql server 2012. it works fine but when i try to install drupal with role of database user anything like public,dbcreator etc. (except sysadmin) it fails.
so can anybody throw light on this why drupal needs database user having admin access role sysadmin.
I am new to installing Drupal. This is the first time we are installing Drupal. I tried to use the steps in the documentation to install Drupal. But now when I try to execute localhost/install.php it keeps returning me the following and doesnt bring up an install interface. I using Drupal 7 vs RHEL 6 vs IHS 8.5. Could someone let us know how to fix this issue? Thank you.
"system requirements page for more information.'; exit; } // Start the installer. require_once DRUPAL_ROOT . '/includes/install.core.inc'; install_drupal(); "
My site had a catastrophic crash when I tried to change my file settings paths in admin>config>media>file setting.
I had previously backed up my database thru Backup and Migrate. I also compressed my 'mysite' folder under sites and moved the zipped file to my backup folder with my database file. After the crash, I imported my backed up database which went fine. I uncompressed my 'mysite' backup folder and replaced it for the bad folder. Now when I try to load my site, I get the new installation screen from Drupal.