|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Registered User
Join Date: Feb 2005
Posts: 35
|
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 !!!! |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Mar 2003
Location: Very small penis
Posts: 5,809
|
Whats a php database?
|
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Feb 2004
Location: If i was up your ass you'd know
Posts: 3,695
|
what kind of database? php can use almost anything.
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
|
for mysql:
mysqldump --user=[user] --pass --opt [dbname] > [sqlfile.sql] copy [sqlfile.sql] to other database server mysql -u [user] -p [databasename] < [sqlfile.sql]
__________________
Your post count means nothing. |
|
|
|