How can I connect dreamweaver to 000webhost mysql/database

The guys I spent 3-4 days just to connect the database with my dreamweaver. But I've missed so far.

I just created a site with Basic 4 simple registration pages.

-index.php

-Login.php

-register.php

-access denied.php

I created a table/database in 000webhost and all is well. But I can just connect it to dreamweaver.

I use dreamweaver cc 2015.

Whenever I try to serverbehaviour Recordset, I can't connect to database 000webhost.

Here is the screenshot of the error.

It comes to the start page of the registration page. I have not yet designed and all. I want to correct this 1...

Thank you1.jpg2.jpg3.jpg4.jpg5.jpg6.jpg7.jpg

OK, all around confusion side, you have a PHP/MySQL Server works like a charm on your local machine and you want to load on the remote control.

If you have correctly configured the remote control in setting up a Dreamweaver Site, there should be no problem to download files in the correct remote directories. This leaves us with the transfer of data files.

Open your local database in phpMyAdmin and then select export from the menu. Scroll and select the Save as file check box, and then press Go.

Now, open the database in phpMyAdmin on the production server (Note: you'll need to create the database), and then select Import from the menu. Browser for the file that you saved, and then press go.

If all goes well you should now have a mirror image of your database on the production server!

Tags: Dreamweaver

Similar Questions

Maybe you are looking for