copying sql database to new wp – issue with compatibility?
-
I have just re-installed WP and want to upload a back up SQL file to restore my site — doing it as per Codex instruction with phpMyAdmin in iPage and this is the error msg i get:
ErrorSQL query:
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
—
— Create and use the backed up database
—
CREATE DATABASE wrd_an3flcgj6o;MySQL said:
#1044 – Access denied for user ‘wrdVK8X75jK’@’10.%’ to database ‘wrd_an3flcgj6o’
The topic ‘copying sql database to new wp – issue with compatibility?’ is closed to new replies.