Can't import SQL database
-
Hey guys,
Here’s my situation. I’m trying to import an sql database onto my remote server so I can finally get this site live. When I went into MAMP phpmyadmin to export the database I see this: After trying to troubleshoot on the internet and export the database anyways I THINK I was able to do it. But I’m not sure, after all it said there were no tables. So then I go onto the cpanel and create a database called danielor_wordpress. with user danielor_admin and password root. (there are all placeholders). I give the user all privileges and go to upload the database using phpmyadmin. I get this error . I tried troubleshooting it with by changing settings in the wp-config file. the current settings are
define(‘DB_NAME’, ‘danielor_wordpress’)
define(‘DB_USER’, ‘danielor_admin’
define(‘DB_PASSWORD’, ‘thesecretpassword’; (not my real password)
define(‘DB_HOST’, ‘localhost’);
does anyone have ANY idea how to solve that error? it’s killing me right now. thanks!!!!!!!
The topic ‘Can't import SQL database’ is closed to new replies.