![]() |
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 !!!! |
Whats a php database?
|
what kind of database? php can use almost anything.
|
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