I have just install Drupal 7 through microsoft web platform installer after successful installation when i run web matrix and run it. It show me this error I am new to drupal so have no clue what is this error and how to solve it
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- sql execution latency when assign to a variable
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
It's a simple problem to solve, just visit install.php on your website and you should be able to install as normal. Sometimes the installer doesn't automatically redirect to install.php and instead visits the root of the site. The exception happens because Drupal looks for the database tables and they don't exist, install.php not having been run. There's a discussion here:
http://groups.drupal.org/node/121629#comment-395209
How to fix this problem
Found this solution here. http://minorpoint.blogspot.com/2007/09/mysql-server-has-gone-away.html