How to solve this mysql error. first time i am experiencing this problem and 3 hours of work and search can not find what is going wrong, while each table is at its own place and they are empty Fatal Error If your blog does not display, please contact the owner of this site. If you are the owner of this site please check that MySQL is running properly and all tables are error free. Database Tables Missing. Database tables are missing. This means that MySQL is either not running, WPMU was not installed properly, or someone deleted wp_site. You really should look at your database now. What do I do now? Read the bug report page. Some of the guidelines there may help you figure out what went wrong. If you're still stuck with this message, then check that your database contains the following tables: wp_blogs wp_users wp_usermeta wp_site wp_sitemeta wp_sitecategories If you suspect a problem please report it to the support forums but you must include the information asked for in the WPMU bug reporting guidelines! link
You can create a new database user and assign appropriate permissions to database user and then change database username and password in config file. Kailash
Did you create the wp-config.php file or was it generated at the time of the installation? If you manually create it and upload it prior to the installation, it may be the cause of the error. So what you need to do is to remove it from the server, upload the sample config file, and then re-run the install...
No i did not create wp-config.php just edit the db info but if i delete wp-config.php file and re create then it says, wp-config file is missing and when upload the file then says error establishing db so i enter db info then it says, fatal error. (Even i try 2 db one which is working fine with wp single user)
Let WPMU generate the config file. Don't add it manually. Delete wp-config.php - upload wp-config-sample.php and goto your website's root for installation. If you want, I'll do it for ya - drop me a PM.
put tables are there. and what when i am using wordpress (single user db) then why i am getting error , even that db is working fine
It seems to be a permissions problem 1. MySQL user does not have rights to the tables/database 2. Operating system does not have rights to these tables. Can you verify that the OS or the user under which MySQL is running has rights on these tables (you can check this by going to mysql_data_directory/database_name/wp_blogs.MYI and wp_blogs.FRM, wp_blogs.MYD and same for the other files).