Database change management [closed] - mysql

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I was wondering if there is any tool which would help me transfer changes form one database to another. Currently every time I want to deploy new version for tests I have to manually execute all database changes scripts and transfer them to every other database. Is there any way to somehow automate this process ? If it matters , the project is being written in c# and database is MySql

If you are looking for a GUI application then Navicat Premium can help you achieve this just. It has data sync tool and transfer tool and can also work with all major databases. Only problem is that its not free.
Navicat Premium

Related

hello may I ask how can I connect MySQL database to Vb.net [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
hello how can I make a system project using Vb.net and MySQL as my database how can I creat a system project I'm planning on making a billing system but I don't know where to start
I haven't tried anything yet but I'm still wondering how can I connect Xampp as my database to the system project that I'm planning to make does anyone have a system project in here can someone give me the source code or just simply help me please

Build Web Apps using more than one database like http://sqlfiddle.com/ [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm building a web apps to learn SQL Suery. I'm going to build the web like sqlfiddle where we can learn the SQL query more than one SQL Programming Language. I'm trying on MySQL and SQL Server. But I don't understand how to build them into one web apps. Any suggestion? Thank you :D
You need to learn about Database Abstraction Layer.
If PHP is your programming language, you can try PDO as it supports more than a handful of DBMS's. Check PDO Drivers for more information

How Replicate database between server and client and know if two database have same data [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
i'm developing a project what I have a central database with data that is updated frecuently, there are clients who have a instance of the central database(The same schema and tables), that clients need to know in some moment if there are changes in the central database to update their client database.
Im working on MySql (5.4), I like to know two things:
1-) Is there a way to know the central database state (If changes has been made to the data or the data has not changed)?
2-) Is there a way to update my client database from the central database to have the replication of the central database
MySQL supports replication. FAQ
You're almost certainly better off letting MySQL do this instead of doing it yourself.

Is it standard to get FTP access when doing freelance web design/dev? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is it standard to get FTP access when doing freelance web design/dev?
I'm redesigning one page for a company, does it make sense for me to ask them for FTP access?
Thanks
Nothing is standard it depends on the requirements of the business. They might just want for you to hand over the code in which case it wouldn't be needed. They might want you to look after deployment in which case you would likely need some sort of access to the production machine. Also don't ask for FTP it is not secure and looks a bit amateurish. Ask instead for SFTP access more or less the same but it runs over SSH so you get security thrown in for free.

Applications or Ways to Import MySQL Database with Relations etc..? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm trying to edit my MySQL database after a long time of taking a rest, and I'm pretty confused what's what. Do you know of any application or a way in which I could import or merge my db on server into an application that will not only allow me to work with the database on my local pc, but be able to view the structure and relations visually?
Thank you :)))
You can use the MySQL Workbench [1]. There you can generate a ERD (=Model) from your remote and/or local MySql Database. Furthermore you can manage your user accounts, edit tables and datas and much much more...
[1]... http://www.mysql.com/products/workbench/
Head on over here http://dev.mysql.com/downloads/installer/
The Mysql Workbench included in the installer should help