
kacrism
Novice
Dec 7, 2009, 10:43 AM
Post #1 of 3
(1306 views)
Shortcut
|
Move data to a new database
|
Can't Post
|
|
Hi, I am trying to move all my articles from flat file to a mysql. At first I wrote the data that the web page needs for the next step, but suddenly it stops and the error was about the time process, so I changed this value for the Admin Server Setting from 30 seconds to 5 secunds. So I repetead the same procedure: Admin>DataEditor>Mysql> , so I introduce my info localhost database :man_XXXXXX user name: man_XXXXXX password: XXXXXXXXX and suddenly I get this error Error: Program was unable to connect to the MySQL database 'man_xxxx' on 'localhost'. The reason given was: Access denied for user 'man_XXXXX'@'localhost' (using password: YES) So I checked this user and this password by command line and I got the access.. So I decided to create a new database and a new user and a new password, but amazingly I get the same error: Error: Program was unable to connect to the MySQL database 'man_xxxx' on 'localhost'. The reason given was: Access denied for user 'man_XXXXX'@'localhost' (using password: YES) The information in the second error is the same that the first, but the info that I had already written was so different it sounds something about cache, but I don't know how can I fix this? How can I erase the before values? thanks a lot!
|