![]() |
export - import MySql dbase ?
how can i do this ?
:helpme |
mysqldump
Google it, it's easy. |
Quote:
mysqldump -h -u -p (put your values) db_name > file.sql mysql -h -u -p db_name < file.sql |
how many records?
if is is small, you can just do a dump with phpMyAdmin. if big then easy way is just to make a php page that writes to a text file and then you can insert from that text in to the new table. backup/restore php page. |
Quote:
|
Quote:
|
All times are GMT -7. The time now is 07:57 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123