Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
How do I keep the development MySQL schema in synch with the live one?
The MySQL Workbench can do it.
There is a free replication tool named SymmetricDS, never used that though.
Then there is HandyBackup which is also free, but requires to wipe the DB and reload all data on changes. As long as the data is not too big, that's not a bad route to take as it gives you a backup and easy bootstraping of the DB for free.
There are multiple commercial solutions from affordable to very enterprisey. Notably SQLyog for $299/license.

You definitly need a separate development environment. You may know all the pitfalls of the system, a newcomer won't. One wrong step and your production crashes, potentially losing or destroying data. Related to that, you need a good set of test data and a way to wipe and repopulate the (dvelopment) DB from that. The dataset should not be too big, but complete enough it covers all (edge) cases (customers with and without an address, with or out email address, etc.) and big enough to discover Schlemils, but not so big it slows test queries down too much.


holli

You can lead your users to water, but alas, you cannot drown them.

In reply to Re: What is a good, straightforward Perl with Mysql development environment? by holli
in thread What is a good, straightforward Perl with Mysql development environment? by jfrm

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 22:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found