I've downloaded Drupal 7 to my Windows Server 2012 and copied the files to the www folder of my WAMP directory. I then copied default.settings.php to settings.php and ensured that an empty drupal MySQL database was in place.
I started the installation and got to the database connection page. I entered the database host as
wamp/bin/apache/Apache2.4.4/bin/php.ini
We have been using multiple database connections in our settings file to help keep certain tables isolated from the default databases. These isolated tables include content that we don't want to overwrite when doing a database dump and restore to a production site.
I am trying to ascertain if we can separate out Webforms Module data this way. Does anyone know the answer or have experience?
I am trying to copy a site I made to my computer to try out a few upgrades. I transferred all the files and imported the database but I'm getting the below error...
"Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\myfiles\site\includes\bootstrap.inc on line 2239"