Hi

I create some tables in EasyPhp>>Phpmyadmin>>test(db name)>>((localhost)) and it works correctly with my designed page in dreamweaver but i wanna upload all of tables into the mysql db in cpanel
So, the question is How can I move all of the tables with saving details to mysql db in cpanel ?
and also i wanna set up backup from tables

I checked all of the items in Privileges tab. ( Full Access )

Recommended Answers

All 3 Replies

I assume that you have phpmyadmin installed in both your local server and live server.

So open phpmyadmin,
select database,
export
select tables and all parameters you want
export to sql file format

now you have your sql file.

Now open phpmyadmin of live server
create database if it is not there
press import
select sql file
and you are done

Thanks Dear

thanks urtrivedi and dr.4030

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.