answersLogoWhite

0

The program needs to be designed to do that. If it is, then it will either be designed to use a TCP connection (e.g. on port 3306) to the database or a named socket (e.g. mysql.sock). All you'll really need to do is start the database engine, create the necessary databases, grant rights to whatever database user the program calls into the DB as, pre-populate any necessary tables/data the program expects to be there, and then start the program. The program documentation should tell you what you need to provide as far as a mysql environment and give any necessary SQL initialization scripts.

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
JudyJudy
Simplicity is my specialty.
Chat with Judy

Add your answer:

Earn +20 pts
Q: How do you execute cplusplus program in unix using sql as back end?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Describe how the front buffer and back buffer work together in double buffering?

The front buffer is the image that is currently being displayed on the screen. The back buffer is the image that is being drawn to by a program. These switch back and forth, (moreover the information is transferred from the back to the front buffer), which lets the program draw exclusively to back buffer, where it will not be slowed down by the screen's refresh rate, as it would be if every element were drawn directly to the screen.


One of the benefits of using redundant back-up systems is?

Increased reliability


What is the difference between static and stack data?

Depending on the use , Static data is data that cannot change it is Static so is usually set at the start of the program and cannot change, In the Forth programming language the stack is the work area of memory you place data onto the stack to manipulate it (example Place 2 and 3 onto the stack, execute the + command removes the top 2 items off the stack adds them together and places the result back onto the stack.)


Could you get the information back that you were typing before your computer turned off?

It depends on the program... Some programs have an "autosave" routine and you might get lucky, but the answer is --- probably not. You need to understand the difference between typing something in and writing it to disk or posting it to the web. Study how the computer works some more. Go back to the help section for the program in question.


What is voice output?

It's a facility where the computer is able to 'read' back what you've typed commonly used by blind or visually impaired people. Basically the user types a letter, document or whatever, then activates the program. The program reads back the text in the document - so the user can hear what they've typed - and thus discover if they've made any mistakes.