php-db | 2001041
Date: 04/14/01
- Next message: Lisa Elita: "[PHP-DB] Permanent Cookies"
- Previous message: Matt Coyne: "[PHP-DB] Newbie : URGENT : SELECT ... AS"
- Next in thread: Francois Legare: "RE: [PHP-DB] Transferring tables"
- Reply: Francois Legare: "RE: [PHP-DB] Transferring tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've set up a database (with tables completed from user forms) offline and
want to transfer tables to a replication of the database online to save
having to re-enter all the data through the input forms.
I've tried connecting to localhost and issuing the following commands with
the intention of outputting to a file then loading from that file. Neither
of the following work:
Connected to local:
$resultlocal = mysql_query("select column_names into outfile
'http://www.mydomain.com/..path to.. /file_name.txt' from table_name") or
die(mysql_error());
Error = "Can't create/write to file ...
The alternative, connected to remote:
$resultremote = mysql_query("load data infile
'http://localhost/file_name.txt' into table_name") or die(mysql_error());
Error = "Access denied for user: 'root <email protected>' ...
Do I need to fiddle with the paths, or am I going about this in completely
the wrong way?
Regards
Mick Lloyd
mjl <email protected>
Tel: +44 (0)1684 560224
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Lisa Elita: "[PHP-DB] Permanent Cookies"
- Previous message: Matt Coyne: "[PHP-DB] Newbie : URGENT : SELECT ... AS"
- Next in thread: Francois Legare: "RE: [PHP-DB] Transferring tables"
- Reply: Francois Legare: "RE: [PHP-DB] Transferring tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

