Thanks all. The screen resolution played a major role in solving the problem, but the major factor in getting the window to fill my screen was selecting a larger font size. The window size and screen buffer size seemed to have little effect. Also I set the properties on the application exe...
My dos database application works on windows 2000 on fat 32 file structure, but it only uses the top half of the window when run at full screen. How can I fix this problem?
My old dos database application works on windows 2000 installed on fat 32 file structure, but I can't seem to get the application to use the whole window at full screen. It only fills the upper half of the screen. How can I fix this problem?
Never mind! I found the answer. By writing a separate file with my sql statment and then using a redirection command. It works great so far no problems.
Here's the main script:
/////////////////////////////////////////////////////
#!/bin/sh
cd /usr/local/mysql/bin;
./mysql -u anybody -h...
I want to do a select into outfile on a scheduled basis. I can enter the commands select into outfile "/usr/local/whatever_file.txt" from my_database_table where whatever conditions; and the command works fine in the mysql shell. How can I execute it in crontab on linux redhat? It...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.