Possible to use sql on a ftp server?

yepwingtim

Registered User.
Local time
Today, 00:26
Joined
Jun 6, 2008
Messages
126
Here is the deal

I got localhost connecting with sql on my local computer

Can I drag the sql files and place it into the ftp server where it will allow to connect with php?

mysql_connect(www.website.com,'','')

Is this the correct way of connecting?

Or can I use:

mysql_connect('MY IP', '','');
________
Impala
 
Last edited:

Users who are viewing this thread

Back
Top Bottom