Moving the tables of one MySQL Database to the tables of another

Hi all,

I built a Wordpress site on my local machine (installed Apache and MySQL - Mac OS X 10.6) but am having a problem moving the site to the live site, because it isn’t connecting with the database…

I’ve imported the tables to the new database (on live site)…got an error message there.

What might I have done wrong?

Note: the live site database is not named the same as the name of the database on my local server…

I got it working…I had included this in the wp-config file of both the local and live site (to enable a plugin’s settings) a little while before I transferred the site over:

define(‘FORCE_SSL_LOGIN’, true);
define(‘FORCE_SSL_ADMIN’, true);

Tsk, deleted it and it’s working fine…