MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.

ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month!
Download and Activate to enter!

Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.

Learn More!


Download to Enter
| Contest Rules

Tutorials | Forums

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 7th, 2012, 08:13 AM
silversurfer515 silversurfer515 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2012
Posts: 3 silversurfer515 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 m 13 sec
Reputation Power: 0
Compare MySql Db Schema

Hi there,

I am looking for a tool to compare schema s of two different dbs. I want to compare them on local host - apache on my local disk , I am running mysql 5.1. I have tried downloading tools like dbdif but I have no idea how to install them because I think they need to be installed with other oracle products and on servers.

What would be ideal is if there is a tool with which I could just upload the two different .sql dump files or is that not something that is usually done? Anyway please give me your suggestions, I am a php programmer who basically knows enough to get by and I rarely have to delve deeper into mysql than simple db calls so I'm asking the experts.

I also have another question about editing a database locally. I s there a good tool to edit a mysql database locally without too much configuration hassle. All I want to do is download a dump-file from my e-commerce store. make amendments to it and then save it and upload it again.

I look forward to learning more about mysql

Reply With Quote
  #2  
Old February 7th, 2012, 08:47 AM
r937's Avatar
r937 r937 is offline
SQL Consultant
Click here for more information.
 
Join Date: Feb 2003
Location: Toronto Canada
Posts: 25,046 r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 3 Months 2 Days 22 h 44 sec
Reputation Power: 3829
can't help you with the database compare tool, sorry

the tool i use for editing a mysql database locally is heidisql

i also use it for editing remote databases

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book

Reply With Quote
  #3  
Old February 7th, 2012, 09:38 AM
silversurfer515 silversurfer515 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2012
Posts: 3 silversurfer515 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 m 13 sec
Reputation Power: 0
Thanks for your reply. Yes I have seen that tool, it's def an option. Maybe you can answer another question. The reason I want to edit locally is that I have a HUGE catalog of products for my e-commerce store.

Is it unusual to want to edit locally? It is the initial upload that makes me want to do this because one the catalog is online I will just be making small amendments.

Reply With Quote
  #4  
Old February 7th, 2012, 09:47 AM
r937's Avatar
r937 r937 is offline
SQL Consultant
Click here for more information.
 
Join Date: Feb 2003
Location: Toronto Canada
Posts: 25,046 r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level)r937 User rank is General 42nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 3 Months 2 Days 22 h 44 sec
Reputation Power: 3829
Quote:
Originally Posted by silversurfer515
Is it unusual to want to edit locally?
no, not at all, that's an excellent strategy to prepare your data for upload

Reply With Quote
  #5  
Old February 7th, 2012, 10:13 AM
silversurfer515 silversurfer515 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2012
Posts: 3 silversurfer515 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 m 13 sec
Reputation Power: 0
Hey,
Thanks again for the response. To be honest I have been looking for the solution to this for a while and I can seem to find a local editor. I shall keep looking

Reply With Quote
  #6  
Old February 8th, 2012, 07:07 AM
Stryks Stryks is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 45 Stryks User rank is Corporal (100 - 500 Reputation Level)Stryks User rank is Corporal (100 - 500 Reputation Level)Stryks User rank is Corporal (100 - 500 Reputation Level)Stryks User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 24 m 13 sec
Reputation Power: 9
Not free, but I'm a bit of a fan of Navicat for GUI style DB editing. There was a free 'lite' version, but I cant seem to locate it any more.

Either way, the light version didn't do structure and data comparisons the way the full version does.

It also does a bunch of other vaguely useful things, but I'll leave it up to you to research it.

The other method you mention, comparing dump files, is also a possibility. For this I'd recommend Beyond Compare. Again, not free, but it'll compare pretty much anything you want in a very clear and easy to use way.

You could also look at something web based hosted locally (given you run apache on your machine). phpMyAdmin is a popular one if you haven't seen it before, though odds are good it was preinstalled if you used a bundled kit like wamp etc.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > Compare MySql Db Schema


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 6 - Follow our Sitemap