How to upload sql to server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
renzhang1212
Forum Newbie
Posts: 4
Joined: Fri Mar 02, 2012 7:27 am

How to upload sql to server

Post by renzhang1212 »

Hi,

I have some question about upload php and sql to server.

I know how to use XAMPP on localhost and my php web page run without any problem, but now i faced some problem about how to upload php and sql to server.

Currently i use filezilla to upload html to my web server, Is there any software like xampp that can let me import or export the sql to the server?

Waiting for some answers, it will be very helpful for me and I appreciate it very much.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How to upload sql to server

Post by Celauran »

phpMyAdmin is probably your best bet.
renzhang1212
Forum Newbie
Posts: 4
Joined: Fri Mar 02, 2012 7:27 am

Re: How to upload sql to server

Post by renzhang1212 »

but phpmyadmin is not only for localhost?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How to upload sql to server

Post by Celauran »

No. I'd be very surprised if your hosting provider didn't have PMA installed. You should be able to access it through your control panel.
renzhang1212
Forum Newbie
Posts: 4
Joined: Fri Mar 02, 2012 7:27 am

Re: How to upload sql to server

Post by renzhang1212 »

i am not so clearly about the PMA installed on server or not, because now i take our my colleague work and he just teach me about filezilla and give me the ftp, username and password.
So if i assumed the PMA already installed on server, how can i access to it? through any software ?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How to upload sql to server

Post by Celauran »

Like I said in my previous message, it's generally available through your hosting provider's control panel. You'd do better to ask their support team.
renzhang1212
Forum Newbie
Posts: 4
Joined: Fri Mar 02, 2012 7:27 am

Re: How to upload sql to server

Post by renzhang1212 »

Ok, i will try to ask my hosting provider, thx for your suggestion
Post Reply