I was extremely restful with this tutorial of Wordpress installing. Until I enter the website and frustratingly found out this statement: **
**
I tried several solutions but nothing worked out!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
/etc/init.d/mysql start
worked for me, but is there any reason mysql would suddenly stop? Is there a log to check for this or something?Assuming the database is on the same server…
Check that your database is actually running… ( sudo /etc/init.d/mysql start )
Check that you have the correct info in the config.php file in your /wordpress/ directory… Ie: username = yourDBusername ( possibly “root”), password = yourDB password and host = localhost
Verify your DB my typing. mysql -u root -pYOURPASSWORD
Then type " Show databases;" ( Is your database listed? ) Type “exit” to quit.