Linux / UNIX Tech Support Forum
This is a discussion on MySQL databse differences within the Databases servers forums, part of the Mastering Servers category; Hi I have to find out the difference between MySQL databases. let me put the situation I have a db ...
|
|||||||
| Databases servers Discussions of databases of all types - especially MySQL. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi
I have to find out the difference between MySQL databases. let me put the situation I have a db named abc i took the backup 10 days back as abc.sql today i dumped the db and i have another sql file abc.sql now i want to find difference between these two files... like exactly what has been added to the database in past 10 days....please guide |
| Sponsored Links | ||
|
|
|
||||
|
Have you tried diff command?
Code:
diff old.abc.sql new.abc.sql
__________________
Vivek Gite Linux Evangelist |
|
||||
|
You've to write your own script to see the diff. diff is standard UNIX command.
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|