Jump to content

How to upload???


tabletennisman

Recommended Posts

phpMyAdmin has an export tab that you can access from the database's main structure page. If the target server has phpMyAdmin installed, you can use its import tab to load the data. If that is not a possibility, you can load the data through the command line, reply here and I'll try to instruct you.
Link to comment
https://forums.phpfreaks.com/topic/3789-how-to-upload/#findComment-13218
Share on other sites

Thanks, i got it uploaded but now i got another problem.

I've just uploaded my database to my host but can't get my database to come up on the pages. I get this error when i open the page:

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/www/tcs.awardspace.com/case.­ php on line 127
Couldn't connect to DB

This is my coding on the 127'th line...

$db = mysql_connect ('localhost:3306', 'toowoomba_parts', 'mypassword') or die ('Couldn\'t connect to DB');
mysql_select_db ('toowoomba_parts', $db) or die ('Couldn\'t select "parts" DB');

Thanks guys!
Link to comment
https://forums.phpfreaks.com/topic/3789-how-to-upload/#findComment-13265
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.