472,805 Members | 1,099 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,805 software developers and data experts.

help install

I cant get mysql to run on my winXP computer. I have downloaded it and
installed , unzipped and run setup.exe and placed it in c:\mysql.
I type the command to start the mysql server
c:\mysql\bin\mysqld --console

It opens the console and then the console shows some inoDB commands and the
console hangs.

I followed the mysql manual and i cant find the answer
there is no command prompt and nothing...how do I run mysql?
Jul 20 '05 #1
3 1286
john townsley wrote:
I followed the mysql manual and i cant find the answer
there is no command prompt and nothing...how do I run mysql?


Check the taskmanager, do you have mysqld processes running. If not,
start C:\mysql\bin\mysqld.exe --standalone

Then you can check wether or not you succeeded by trying to connect to
your server via this command:

C:\mysql\bin\mysql -u root
Jul 20 '05 #2
hi aggro
yes the mysql.exe is running as a process and when i type
C:\mysql\bin\mysql -u root then I get the prompt mysql>

so it does work. thanks aggro I will reboot and try it again, it is a lot of
messing about and I didnt know mysql only runs at the command prompt window
only.
I will play around with it to see how I can get databases to work. I want to
have PHP and connect to mysql server from a webpage in windows.

can i start mysql any easier than that though?

is there a better manual on the web for me to follow with mysql, the mysql
website is very confusing.
thanks

"Aggro" <sp**********@yahoo.com> wrote in message
news:ug*************@read3.inet.fi...
john townsley wrote:
I followed the mysql manual and i cant find the answer
there is no command prompt and nothing...how do I run mysql?


Check the taskmanager, do you have mysqld processes running. If not,
start C:\mysql\bin\mysqld.exe --standalone

Then you can check wether or not you succeeded by trying to connect to
your server via this command:

C:\mysql\bin\mysql -u root

Jul 20 '05 #3
john townsley wrote:
can i start mysql any easier than that though?


Well you can create a .bat file where you give the command:
c:\mysql\bin\mysqld --standalone

And put that bat-file into startmenu, where it will be started every
time you start windows. Or you can start mysql as service, when it will
be also started upon startup automaticly. ( I have no experience with
that, but I know it exists. )
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Adam | last post by:
Geetings all, I'm getting the following message in Internet Explorer when trying to run an ASP.NET app or QuickStart sample: ------ Server Application Unavailable The web application you are...
0
by: TomB | last post by:
I'm using VB.net standard that came with the book "Visual Basic .net step by step" MS Press version 2003. I found out I was missing the MSDN library from book. I contacted MS Press who send them....
1
by: Jo | last post by:
I am having a real problem with the Launch conditions in VS .NET and can only come to the conclusion that it is a bug. It states quite emphatically in the MSDN that Launch Conditions WILL be...
4
by: Jm | last post by:
I'm trying to set up ASP.NET on my Windows 2000 server w/ IIS 5 and MS ISA Server. Here's what I have done so far without any luck. Here's the results from the pages I've created...
15
by: DavidS | last post by:
Have Visual Studio.NET installed on MS 2000 Professional OS laptop. No issue ever with web development and SQL connections. Purchased new laptop with XP Professional SP2!!!!!!!! & Visual...
2
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on...
4
by: Saky | last post by:
Hi, I need help! I downloaded JDK 5.0 Update 9 with NetBeans 5.0 from official Sun web site, but, when i tried to install it, I get this message: Error in instructions. Invalid jvm file name...
6
by: HelpME | last post by:
I wrote a program in Vb.Net that was running fine. However I am unable to install it on a couple of machines. When i run it I get a windows error message that says My Project.exe has...
12
by: Justn226 | last post by:
anyone have any idea why i am not getting any return values? it will return the words just not the numbers? HTML <HTML> <head> <title>Zellers Carpeting Cost Estimate</title> </head> ...
3
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, If I open the Dynamic help window in VS, why it doesn't show anything when I move a mouse to a system class say, dictionary. it says "No links are available for the current select"....
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
How does React native implement an English player?

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.