Moving mysql database from Mac to Windows [closed] - database

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 am creating a database for someone with a MacBook Pro and will be developing it on a windows 7 system. How should I move the database from my system to the Mac system.

This may belong on another stack.
You can develop the site on your equipment and recreate the model on the client machine once you get it to work. It would need minimal tweaking if any at all. Run your create script and move/copy over your php, or other script, files on the target machine.
WAMP merely describes the components of your environment. There are only a few exceptions where *AMP content wouldn't work across * host OS platforms.

Related

Online DB on windows phone 8 [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 want to save some datas on an online db. How can I connect to an online database (SQLSERVER) on windows phone 8 ?
Thank you.
Dont connect directly to a database from a mobile phone. Use webservices either SOAP or REST. You are opening a can of worms by exposing your database directly to the internet.
Also if you want to expand and include other phones i.e. iPhone and Android to your database then you are going to have lots of different code to maintain.
See this answer Android access to remote SQL database for more information about this.

Desktop application in a cloud [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 possible to run desktop application (WinForms, MS SQL) in a cloud (e.g Azure)? Unfortunately we have legacy application which can't be rewriten in ASP or PHP but our customer doesn't have any infrastructure in his location (besides PC of course) and don't want to buy and maintain any server. Moreover the application needs web server (IIS) for some functions.

Where to start in creating Database? [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
A friend of mine is a property manager and rents out units in building. currently everything is in folder and he is looking to have them in computer (Database).
I want to help him since I think I do good in programming and I have good Mysql knowledge (CRUD). However, I am not sure about the starting point so I have 2 questions:
1- In terms of hardware, do I just install mysql server on his computer? Or do I get him t buy another computer and have mysql on it (so it is standalone server)? Or do I need some specialized server for DB?
2- Are there certain steps (high level bullet points would do as I would take it from there) I need to follow? Or even if you can recommend a link I can read?
I have knowledge with Mysql, Java, C++, and PHP
Thank you
Ahmad
I would try someone like site5, hostgator for cheap/good hosting but not godaddy since their interface is usually for people who do not code. Also if you're on a mac install the site locally using mamp, or xampp for windows and then export the database to a live server which can cost anywhere from $5-$15/month.

integrate two machines two work like one machine [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 have a two server machines on which I have installed Linux servers.I want to host one website with the two both machines.When there is congestion in one machine the user should be directed to the machine.Both the machines should have one database interloped together.I want both machines to share resources equally.In case of failure of one machine the other machine should continue working and the user should not notice the change.Is there any way I can change the files for those machines to work simultaneously?
You may use a load-balancer top of your app-servers. See http://tomcat.apache.org/connectors-doc/generic_howto/loadbalancers.html
You can have DB on one of those machine and allow the user from the other-machine to have RW access to the schema of your app.
There is a fail-over setting in load-balancer you probably need to dig out to redirect all the traffic in case one of your servers goes boink.
I have moved to AWS long back, these stuffs are really easy to do with ELB.

vmware and licensing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
If I have a windows xp computer with a single license (the one dell gave me), if I have 2-3 vm's setup (using vmware) for development purposes, do I have to have licenses for all of them?
Read Microsoft's EULA that came with the OEM license you have.
It most likely says you can only have one copy running at a time. So, yes: you need multiple licenses.
If you're doing development at a company or school, you may be able to use a volume/site license key, however.

Resources