Installin' MySQL Error ( Need help!)

Reply

Join Date: Aug 2004
Posts: 9
Reputation: vnnguy is an unknown quantity at this point 
Solved Threads: 0
vnnguy's Avatar
vnnguy vnnguy is offline Offline
Newbie Poster

Installin' MySQL Error ( Need help!)

 
0
  #1
Oct 16th, 2004
:cry: I downloaded MySQL 4.0 then clicked on Setup file but ... (oops!)The followin' message appear

http://img94.exs.cx/img94/8826/error2.jpg

Just tell me how could i solve this pro???

Thank u a lot!!!
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 31
Reputation: thepom11 is an unknown quantity at this point 
Solved Threads: 0
thepom11 thepom11 is offline Offline
Light Poster

Re: Installin' MySQL Error ( Need help!)

 
0
  #2
Oct 16th, 2004
you may find your answer at http:// www.analysisandsolutions.com/code/mybasic.htm. nothing ventured as they say.i trust it is of some use.
Reply With Quote Quick reply to this message  
Join Date: May 2003
Posts: 19
Reputation: eddie5659 is an unknown quantity at this point 
Solved Threads: 1
eddie5659 eddie5659 is offline Offline
Newbie Poster

Re: Installin' MySQL Error ( Need help!)

 
0
  #3
Oct 19th, 2004
Hiya

First off, lets doublecheck that its a 16-bit program:

1. Use Windows Explorer to open the folder that contains the program's executable (.exe) file.
2. Right-click the .exe file, and then click Properties.
3. A 16-bit program does not have a Version tab in this dialog box.

If it is, then lets look at this:

http://support.microsoft.com/default...b;en-us;314495

Check the AUTOEXEC.NT on yours, and see if it differs from the one in the link

Regards

eddie
Just go with the flow, like a twig on the shoulders of a mighty stream


http://forums.techguy.org
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 9
Reputation: vnnguy is an unknown quantity at this point 
Solved Threads: 0
vnnguy's Avatar
vnnguy vnnguy is offline Offline
Newbie Poster

Re: Installin' MySQL Error ( Need help!)

 
0
  #4
Oct 21st, 2004
Very thank Thepom11 and Eddie5659

but ... my pro 's still there, i cant find the way to get rid of it ... uhm ... by the way, Eddie5659, can u tell me how can i find AUTOEXEC.NT in my program? I ve found Config.nt but i couldnt find AUTOEXEC.NT

Plzzz help me!!!!
Reply With Quote Quick reply to this message  
Join Date: May 2003
Posts: 19
Reputation: eddie5659 is an unknown quantity at this point 
Solved Threads: 1
eddie5659 eddie5659 is offline Offline
Newbie Poster

Re: Installin' MySQL Error ( Need help!)

 
0
  #5
Oct 21st, 2004
They should be in your PC as well. Have you looked in c:\windows\system32?

Can you post the contents of your config.nt? Just doubleclick it, and choose Notepad from the list. Make sure that the box Always use this Program is NOT ticked.

As to the AUTOEXEC.NT, there is this link:

http://support.microsoft.com/default...b;en-us;324767

I'm working on it with someone else at the same time as you. They have the autoexec.nt file, and its okay, but checking for the other two:

Config.nt and Command.com

eddie
Just go with the flow, like a twig on the shoulders of a mighty stream


http://forums.techguy.org
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 9
Reputation: vnnguy is an unknown quantity at this point 
Solved Threads: 0
vnnguy's Avatar
vnnguy vnnguy is offline Offline
Newbie Poster

Re: Installin' MySQL Error ( Need help!)

 
0
  #6
Oct 22nd, 2004
Here 's CONFIG.NT in my comp, plz check it 4 me , thanks!!!
****************************************
REM Windows MS-DOS Startup File
REM
REM CONFIG.SYS vs CONFIG.NT
REM CONFIG.SYS is not used to initialize the MS-DOS environment.
REM CONFIG.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.
REM
REM ECHOCONFIG
REM By default, no information is displayed when the MS-DOS environment
REM is initialized. To display CONFIG.NT/AUTOEXEC.NT information, add
REM the command echoconfig to CONFIG.NT or other startup file.
REM
REM NTCMDPROMPT
REM When you return to the command prompt from a TSR or while running an
REM MS-DOS-based application, Windows runs COMMAND.COM. This allows the
REM TSR to remain active. To run CMD.EXE, the Windows command prompt,
REM rather than COMMAND.COM, add the command ntcmdprompt to CONFIG.NT or
REM other startup file.
REM
REM DOSONLY
REM By default, you can start any type of application when running
REM COMMAND.COM. If you start an application other than an MS-DOS-based
REM application, any running TSR may be disrupted. To ensure that only
REM MS-DOS-based applications can be started, add the command dosonly to
REM CONFIG.NT or other startup file.
REM
REM EMM
REM You can use EMM command line to configure EMM(Expanded Memory Manager).
REM The syntax is:
REM
REM EMM = [A=AltRegSets] [B=BaseSegment] [RAM]
REM
REM AltRegSets
REM specifies the total Alternative Mapping Register Sets you
REM want the system to support. 1 <= AltRegSets <= 255. The
REM default value is 8.
REM BaseSegment
REM specifies the starting segment address in the Dos conventional
REM memory you want the system to allocate for EMM page frames.
REM The value must be given in Hexdecimal.
REM 0x1000 <= BaseSegment <= 0x4000. The value is rounded down to
REM 16KB boundary. The default value is 0x4000
REM RAM
REM specifies that the system should only allocate 64Kb address
REM space from the Upper Memory Block(UMB) area for EMM page frames
REM and leave the rests(if available) to be used by DOS to support
REM loadhigh and devicehigh commands. The system, by default, would
REM allocate all possible and available UMB for page frames.
REM
REM The EMM size is determined by pif file(either the one associated
REM with your application or _default.pif). If the size from PIF file
REM is zero, EMM will be disabled and the EMM line will be ignored.
REM
dos=high, umb
device=%SystemRoot%\system32\himem.sys
files=40
*********************************************
I searched AUTOEXEC.NT in my comp but i couldnt find it ( in c:\windows\system32 like u saud as well )

So wat can i do now ? and wat sould i do with COMMAND.COm ???
By the way, Could u help me to have a look at the followin' pic plz!!! Wat wrong with my comp????
http://img9.exs.cx/img9/2224/try3.jpg
Reply With Quote Quick reply to this message  
Join Date: Nov 2003
Posts: 781
Reputation: Zachery has a spectacular aura about Zachery has a spectacular aura about 
Solved Threads: 21
Team Colleague
Zachery's Avatar
Zachery Zachery is offline Offline
The Geek Father

Re: Installin' MySQL Error ( Need help!)

 
0
  #7
Oct 22nd, 2004
Why not install mysql as a service instead?
Firefox: no, its not the end all solution, it has its own issues and in time it will be just as insecure as IE, when its hit Firefox 6, if it makes it that far. Oh, and AOL pays for it, incase you didn't know.

Microsoft & Windows: If you hate it so much, move to linux, or bsd, or anything else, stop complaning and move on.
Good starting places: Gentoo Novell SUSE Fedora Core Apple
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 9
Reputation: vnnguy is an unknown quantity at this point 
Solved Threads: 0
vnnguy's Avatar
vnnguy vnnguy is offline Offline
Newbie Poster

Re: Installin' MySQL Error ( Need help!)

 
0
  #8
Oct 22nd, 2004
Originally Posted by Zachery
Why not install mysql as a service instead?
:rolleyes: Is it a good idea???? If it is, plz tell me how can i install MySQL as a service like u said ! Thank u a lot Zachery :o
Reply With Quote Quick reply to this message  
Join Date: May 2003
Posts: 19
Reputation: eddie5659 is an unknown quantity at this point 
Solved Threads: 1
eddie5659 eddie5659 is offline Offline
Newbie Poster

Re: Installin' MySQL Error ( Need help!)

 
0
  #9
Oct 23rd, 2004
If you can install it as a Service as mentioned above by Zachery, then that should be okay.

However, it looks like you're missing Autoexec.nt, which may be needed at a later date.

If you have a read of the link I posted in my first reply, that may help.

eddie
Just go with the flow, like a twig on the shoulders of a mighty stream


http://forums.techguy.org
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC