Notepad mysql
This is a discussion about Notepad mysql in the Windows Software category; Hi, i'm trying to produce a short. exe file in notepad (with icon on desktop) to start/login to mysql. From the cmd window i type in the following: c:/mysql/bin/mysql -u root to login as root user.
Hi,
i'm trying to produce a short .exe file in notepad (with icon on desktop) to start/login to mysql. From the cmd window i type in the following:
c:/mysql/bin/mysql -u root
to login as root user. i've tried simply entering this line into notepad and saving as an .exe file. doesn't work though - get an error message.
Can anyone help?
Thanks
Matt
i'm trying to produce a short .exe file in notepad (with icon on desktop) to start/login to mysql. From the cmd window i type in the following:
c:/mysql/bin/mysql -u root
to login as root user. i've tried simply entering this line into notepad and saving as an .exe file. doesn't work though - get an error message.
Can anyone help?
Thanks
Matt
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Oct 26
Oct 26
0
1 minute
Responses to this topic
If in Win2k/XP save it with the extention ".cmd"
If in Win9x/Me save it with the extention ".bat"
".exe" files are binary and are not text based.
If in Win9x/Me save it with the extention ".bat"
".exe" files are binary and are not text based.
OP
Mnay Thanks
Matt
Matt