473,473 Members | 1,607 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Why does MySQL not open?

bagrigsb
4 New Member
Recently I downloaded the latest version of MySQL for
32-bit, installed it. No errors installing it. When I
go to run it though, all it does is flash a DOS-like
window for a fraction of a second and that's it.

Okay, here is what I am doing and the operating system
info... I am running XP Home Addition with SP3. In the
windows explorer, i am double-clicking on the mysql.exe
file when this oocurs.

Does MySQL require that you be in a CMD shell? Or run
in DOS?

(The DOS-like window lasts a little longer in a CMD shell,
but still does nothing, even for mysqladmin.exe,
mysqlmanager.exe, and mysqltest.exe.)

The files I installed were:
mysql-5.1.50-win32.msi
mysql-essential-5.1.50-win32.msi

Is it a memory issue?
Aug 31 '10 #1
2 8768
wizardry
201 New Member
you need to confiure the my.cnf files.

also you need to run mysqlmanager.exe as admin same as other .exe

you need to have an admin account in order to achive full working mysql.

if that doesn't succed you can download and install wampp its all setup in one directory for a newbie its easy to start with. unless you want the tideous work right away! if so then have your knee high boots on, cause its about to get serious, start the coffee pot, and grab your glasses and note pad cause you will have a lot to learn!

manual for mysql
http://dev.mysql.com/doc/refman/5.1/en/index.html

xampp link ( easier )
http://www.apachefriends.org/en/xampp-windows.html

windows install help ( configuration )
http://dev.mysql.com/doc/refman/5.1/...tallation.html


hope this helps!
Aug 31 '10 #2
kovik
1,044 Recognized Expert Top Contributor
When I go to run it though, all it does is flash a DOS-like window for a fraction of a second and that's it.
As far as I'm aware, on Windows, you can start MySQL by either running "mysqld-nt.exe" or opening it as a Service in the background. This makes the database available for communication.

Only then will "mysql.exe" show you your command prompt.


I have 3 shortcuts on my desktop for MySQL on my Windows XP PC:
MySQL: C:\path\to\mysql\bin\mysqld-nt.exe --console
MySQL Prompt: C:\path\to\mysql\bin\mysql.exe -uusername -p
MySQL Shutdown: C:\path\to\mysql\bin\mysqladmin.exe -uusername -p shutdown
Sep 3 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Dan Anderson | last post by:
I ran a search through the mySQL manual and google and could not find a satisfactory answer. Does mySQL support the declaration of a boolean data type? Currently I am using VARCHAR(6)s with...
0
by: laurie | last post by:
Hi all, Does MySQL support inheritance? i.e. I have Teacher, Student, etc. and they all inherit from Person because they share common attributes (name, address, etc). I believe MySQL is not Object...
2
by: David Nettles | last post by:
Two questions: (1) Does MySQL support VIEWS? (2) Does MySQL support STORED PROCEDURES? -- David Nettles web: http://www.miteyo.org email: tetsuoni3000@yahoo.co.jp
0
by: Christopher Koh | last post by:
Does MYSQL support transactions like rollback and commit now? How about stored procedures and subqueries?
2
by: c-bass | last post by:
How many database does MySQL Support?
0
by: Andrew Crook | last post by:
does MYSQL have a quota built into it! I need it limit the size of each database AndiC
1
by: Matias Silva | last post by:
Does MySQL support GUID and UUID column types? Thanks, Matt
6
by: qysbc | last post by:
I have a web page and there is a link to open a TIFF file. The way I do it is to have the server code open a binary stream, set the content type to "image/tiff" and call Response.BinaryWrite. On...
1
by: pratapkonakala | last post by:
Does Mysql Server have JVM in it.I want to know can we write java stored procedures in Mysql server itself.If possible please provide me the solution.
2
by: shreedhan | last post by:
Hi I am just learning mysql and php I use Fedora 6 for that One thing I would like to ask is where does mysql store all those information? like tables, databases, all? I would like to save them...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.