Page 1 of 1

How to upload sql to server

Posted: Fri Mar 02, 2012 7:38 am
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.

Re: How to upload sql to server

Posted: Fri Mar 02, 2012 8:08 am
by Celauran
phpMyAdmin is probably your best bet.

Re: How to upload sql to server

Posted: Fri Mar 02, 2012 9:00 am
by renzhang1212
but phpmyadmin is not only for localhost?

Re: How to upload sql to server

Posted: Fri Mar 02, 2012 9:02 am
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.

Re: How to upload sql to server

Posted: Fri Mar 02, 2012 9:22 am
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 ?

Re: How to upload sql to server

Posted: Fri Mar 02, 2012 9:31 am
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.

Re: How to upload sql to server

Posted: Fri Mar 02, 2012 10:33 am
by renzhang1212
Ok, i will try to ask my hosting provider, thx for your suggestion