By wally99
I am new to digital ocean, but have recently uploaded a website using the LAMP stack. The website is working fine, however I have an html form on a page that sends the data to a MySQL database. I imported the the database following this tutorial “How to Import and Export Databases in MySQL or MariaDB (https://www.digitalocean.com/community/tutorials/how-to-import-and-export-databases-in-mysql-or-mariadb)”.
When I check for the database in the MySQL interface in terminal through “SHOW DATABASES;”, I see that the database has been imported. I checked phpmyadmin and see that the tables have all been correctly configured. The error still occurs and it seems like my website/droplet is still unknown issuing the SQLSTATE[HY000] [1049] Unknown database ‘xxxxxx’ error.
I use a PHP connection via PDO if that helps.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Are you certain the database mentioned in the error line ‘xxxxxx’ exists? Meaning make sure this DB (‘xxxxxx’) isn’t the name of the old DB on the old server. If that’s the case, try logging in to the DB from the command line using the ‘mysql’ binary like this:
mysql -u db_user -p db_name
Cheers
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.