GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   need to copy a php database (https://gfy.com/showthread.php?t=449395)

baiatbun 03-28-2005 03:43 PM

need to copy a php database
 
Cheers guys,

I need to copy a php database. Any scripts or software available for that ?

thansk a lot, stay strong !!!!

biskoppen 03-28-2005 03:45 PM

Whats a php database?

Doc911 03-28-2005 03:54 PM

what kind of database? php can use almost anything.

psili 03-28-2005 03:56 PM

for mysql:

mysqldump --user=[user] --pass --opt [dbname] > [sqlfile.sql]

copy [sqlfile.sql] to other database server

mysql -u [user] -p [databasename] < [sqlfile.sql]


All times are GMT -7. The time now is 05:10 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123