Site Migration help

epiz_31179409_MichelleRao
(please specify the website or account you are asking about)

Error Message

SQL query:

``

--
-- Database: `ravelkr9_WPYFI`
--
CREATE DATABASE IF NOT EXISTS `ravelkr9_WPYFI` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci

MySQL said:

#1044 - Access denied for user 'epiz_31179409'@'192.168.%' to database 'ravelkr9_WPYFI'

(please share the FULL error message you see)

Other Information

What am I missing here? Please help! This is my first time doing this!!
(other information and details relevant to your question)

Write clearly. What do you want?

1 Like

Welcome!

Is this what you are looking for?

1 Like

Sorry, I filled in the inquiry in the format requested. I keep getting the above error message when i try to upload my current website database into infinity. I am trying to migrate my exsisting site from bluehost to infinityfree. I’ve never done this before and am following the step by step instructions, but keep getting this error message. What am I doing wrong?

I did follow these instructions, but I must be doing something wrong as I keep getting this error message.

I think you want to do this instead of creating the tables from scratch.

2 Likes

This is exactly what I did, but I keep getting the error message and have no idea what to do next or what I am doing wrong.

Oh, now I think I understand. The code you shared in the beginning was a snippet from that backup file, right? Can you upload that file here?

I think so…ok it says I’m a new user and cannot upload files, so I guess not.

Can you upload it to Google Drive, Box, OneDrive, etc and paste the sharing link here?

Thanks

2 Likes

Here you go: HIDDEN BY MOD

Can you try creating a new backup from Bluehost? This one looks corrupted.

EDIT:

It looks like some tables were imported. Are there some that are still missing?

1 Like

It seems that your database backup includes a statement to create the database with the name it had on your old hosting provider. But that’s not going to work if you’re migrating to a different provider, because then the database name is likely different.

This is fairly easy to hack yourself though.

  1. Extract the downloaded backup (or download a fresh one without compression).
  2. Open the file in a text editor (like Notepad).
  3. Find the lines that begin with CREATE TABLE and USE and delete those lines. In your backup, they are lines 24 and 25.
  4. Save the updated file.
  5. Import the updated backup file through our phpMyAdmin.
3 Likes

@TravelingChzhed

I hid the gdrive url because it contains your admin mail and pass

Be sure to change all that later

How do I tell what is supposed to be exported and backed up on bluehost? Where do I find that information to know if anything is missing. I don’t have a huge site and while I have some information on it, I don’t have a lot. Would I be better off just pointing my domain to infinity free and starting over with my website? Would I be able to use wordpress and elementor to build my site? Sorry, I’m just a bit lost.

Thank you!!

1 Like

Hello

Were you able to follow the instructions from Admin, or did you get lost?

If you got lost:

  1. Login to your BlueHost control panel and open PHPMyAdmin
  2. Select the database you would like to work with.
  3. Along the top of the screen click the “Export” tab.
  4. Select the options you would like for the export. If you aren’t sure, simply leave things as they are and click the “Save as file” checkbox and click Go.
  5. This will download a .sql file to your computer.
  6. Open the .sql file using a text/code editor
  7. Find the lines that begin with CREATE TABLE and USE and delete those lines. (Use CTRL+F to search for them)
  8. Save the updated file.
  9. Import the updated .sql file through our PHPMyAdmin.

How would I do this on a mac? It won’t open in notepad, what are my options?

What should i use to read this on a mac? I exported ok, but I don’t have a text editor that I know of. Any suggestions?

On a Mac, you can use TextEdit, which is a built-in system application. However, you must make sure you use Plaintext mode otherwise it will save with a garbled encoding. Here’s how to do that:
https://www.iphonehacks.com/2017/06/plain-text-mode-textedit-mac.html

4 Likes