veridomain
New Member
I decided to upgrade my websites to VPS and they are all wordpress sites. Support is not able to do non cPanel migrations so I am stuck trying to figure this out, my site has been down 20 hours now.
Here is what I have done.
I exported my wordpress database from godaddy. Lets call the database xxxxxxxxxxxxxxxxxxxxxx
I FTP downloaded all of the wordpress files from godaddy.
Through Knownhost WHM I created a cPanel account and FTP transfered all of the wordpress files into the public_html section.
I created a database xxxxxx_wwww and a database user. Lets call it xxxxxx_yyy with a password zzzzz
I edited the wp-config.php file to display.
/** The name of the database for WordPress */
define('DB_NAME','xxxxxx_wwww);
/** MySQL database username */
define('DB_USER','xxxxxx_yyy');
/** MySQL database password */
define('DB_PASSWORD',zzzzz');
/** MySQL hostname */
define('DB_HOST','localhost');
The error that I get when I import the .sql file is this:
MySQL said: Documentation
#1044 - Access denied for user 'xxxxx'@'localhost' to database 'xxxxxxx'
Any help is appreciated
Here is what I have done.
I exported my wordpress database from godaddy. Lets call the database xxxxxxxxxxxxxxxxxxxxxx
I FTP downloaded all of the wordpress files from godaddy.
Through Knownhost WHM I created a cPanel account and FTP transfered all of the wordpress files into the public_html section.
I created a database xxxxxx_wwww and a database user. Lets call it xxxxxx_yyy with a password zzzzz
I edited the wp-config.php file to display.
/** The name of the database for WordPress */
define('DB_NAME','xxxxxx_wwww);
/** MySQL database username */
define('DB_USER','xxxxxx_yyy');
/** MySQL database password */
define('DB_PASSWORD',zzzzz');
/** MySQL hostname */
define('DB_HOST','localhost');
The error that I get when I import the .sql file is this:
MySQL said: Documentation
#1044 - Access denied for user 'xxxxx'@'localhost' to database 'xxxxxxx'
Any help is appreciated