• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SOLVED: 1and1 hosting question

According to 1and1's FAQ:
How to import a database (dump)?




To import a MySQL dump, first upload the dump file to your web space via FTP.
Once the file is in your webspace, please log into your shell account via SSH and
run this command:

myShell:~ > mysql -h dbxx.perfora.net -u dboxxxxxxxx -p dbxxxxxxxx < dump_file.sql
Enter password:
mysql>

Please replace this information with the MySQL login data shown in your Control
Panel.

I do this, and i get the password prompt. I then try to enter the password for the database and it tells me "ERROR 1045: Access denied for user". I tried my master password as well. What password am I supposed to be using?

Please help, this is really frusterating!

Thanks,

Beau
 
Originally posted by: BlinderBomber
Originally posted by: Hammer
the password you set for your mysql database. look in control panel and set a new one.

i kept trying that to no avail. i even set it to something new.

might a permissions issue then. i know the way its setup is flaky and i had some trouble with that.
 
Originally posted by: Hammer
Originally posted by: BlinderBomber
Originally posted by: Hammer
the password you set for your mysql database. look in control panel and set a new one.

i kept trying that to no avail. i even set it to something new.

might a permissions issue then. i know the way its setup is flaky and i had some trouble with that.

i just figured it out... i messed up on my input... i feel like an idiot.

thanks for teh help anyway! 🙂
 
Back
Top