473,395 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

mysqld startup problem

I'm using ssh to administer a mysql server, version 3.23.49, which I
just installed.

The problem when starting mysqld: I type "mysqld" at the shell prompt
and hit return, then I get the message "mysqld: ready for
connections". But then it doesn't give me back the shell prompt. I can
type stuff on the screen, but it doesn't do anything. I've tried
Ctrl-C and Ctrl-Z, but that does nothing. Any ideas? Thanks.

Paul
Jul 19 '05 #1
3 5589

"Paul" <pb**@nospam.net> wrote in message
news:81******************************@news.teranew s.com...
I'm using ssh to administer a mysql server, version 3.23.49, which I
just installed.

The problem when starting mysqld: I type "mysqld" at the shell prompt
and hit return, then I get the message "mysqld: ready for
connections". But then it doesn't give me back the shell prompt. I can
type stuff on the screen, but it doesn't do anything. I've tried
Ctrl-C and Ctrl-Z, but that does nothing. Any ideas? Thanks.

Paul


I assume you're using Linux/Unix as opposed to windoze...

Also... mysqld I believe is the daemon - the "engine" as it were, and
"waiting for connections" means its waiting to take requests from a client.
When you start mysqld, you are running the engine in the foreground hence
why its just sitting there doing nothing... its not supposed to echo
anything out to your screen (since its the engine or server part of the db).

Did you install the client utilities or just the server?

On my system, its /usr/bin/mysql that allows me (the client) to talk to the
mysqld (the server).

You should read some of the documents and find out how to start up the
server and how to use the client.

(for your info, there is MySQL Control Center - a windoze graphical
interface that allows you to communicate with a MySQL server, regardless if
the MySQL Server is on another windoze or unix/linux box). It works fine
for my purposes and its simple to use, I suggest you check it out at the
download page of the mysql website.

Lastly - I believe you are not using the latest version 3 of MySQL (I
believe its 3.23.56, not 3.23.49) - I suggest you upgrade.
Jul 19 '05 #2

"Paul" <pb**@nospam.net> wrote in message
news:81******************************@news.teranew s.com...
I'm using ssh to administer a mysql server, version 3.23.49, which I
just installed.

The problem when starting mysqld: I type "mysqld" at the shell prompt
and hit return, then I get the message "mysqld: ready for
connections". But then it doesn't give me back the shell prompt. I can
type stuff on the screen, but it doesn't do anything. I've tried
Ctrl-C and Ctrl-Z, but that does nothing. Any ideas? Thanks.

Paul


I assume you're using Linux/Unix as opposed to windoze...

Also... mysqld I believe is the daemon - the "engine" as it were, and
"waiting for connections" means its waiting to take requests from a client.
When you start mysqld, you are running the engine in the foreground hence
why its just sitting there doing nothing... its not supposed to echo
anything out to your screen (since its the engine or server part of the db).

Did you install the client utilities or just the server?

On my system, its /usr/bin/mysql that allows me (the client) to talk to the
mysqld (the server).

You should read some of the documents and find out how to start up the
server and how to use the client.

(for your info, there is MySQL Control Center - a windoze graphical
interface that allows you to communicate with a MySQL server, regardless if
the MySQL Server is on another windoze or unix/linux box). It works fine
for my purposes and its simple to use, I suggest you check it out at the
download page of the mysql website.

Lastly - I believe you are not using the latest version 3 of MySQL (I
believe its 3.23.56, not 3.23.49) - I suggest you upgrade.
Jul 19 '05 #3

"Paul" <pb**@nospam.net> wrote in message
news:81******************************@news.teranew s.com...
I'm using ssh to administer a mysql server, version 3.23.49, which I
just installed.

The problem when starting mysqld: I type "mysqld" at the shell prompt
and hit return, then I get the message "mysqld: ready for
connections". But then it doesn't give me back the shell prompt. I can
type stuff on the screen, but it doesn't do anything. I've tried
Ctrl-C and Ctrl-Z, but that does nothing. Any ideas? Thanks.

Paul


I assume you're using Linux/Unix as opposed to windoze...

Also... mysqld I believe is the daemon - the "engine" as it were, and
"waiting for connections" means its waiting to take requests from a client.
When you start mysqld, you are running the engine in the foreground hence
why its just sitting there doing nothing... its not supposed to echo
anything out to your screen (since its the engine or server part of the db).

Did you install the client utilities or just the server?

On my system, its /usr/bin/mysql that allows me (the client) to talk to the
mysqld (the server).

You should read some of the documents and find out how to start up the
server and how to use the client.

(for your info, there is MySQL Control Center - a windoze graphical
interface that allows you to communicate with a MySQL server, regardless if
the MySQL Server is on another windoze or unix/linux box). It works fine
for my purposes and its simple to use, I suggest you check it out at the
download page of the mysql website.

Lastly - I believe you are not using the latest version 3 of MySQL (I
believe its 3.23.56, not 3.23.49) - I suggest you upgrade.
Jul 19 '05 #4

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

Similar topics

0
by: Stephane Raimbault | last post by:
I've been searching the mailing list for a solution to my problem with "mysqld got signal 11;" and I haven't seen any answers that might help me. This is the situation. I have a db that is being...
0
by: Asif Iqbal | last post by:
This is what I bumped into now 030731 15:39:50 mysqld started 030731 15:39:52 InnoDB: Database was not shut down normally. InnoDB: Starting recovery from log files... InnoDB: Starting log...
0
by: Albert Rossi | last post by:
all, i have seen a couple of postings on the following issues which i have encountered and have struuggled with for a couple of days now. i apologize in advance if someone has already posted the...
0
by: Gary Cote | last post by:
>Description: I've recently compiled mysql 4.0.14 on redhat 8.0. The installation fails, however, when running mysql_install_db. I've attached a transcript below. I gather from searching the...
0
by: Dominik Blunk | last post by:
Hi there I have a problem: I run 2 servers in a master-slave configuration (both Solaris 5.8 and mysql4.0.14). Mysql (only on master) crashes exactly every 15 Minutes with the following...
0
by: Rob Kings | last post by:
OK. I admit. I should probably have left well alone, but I wanted to move the installed location of mySQL. This all seemed to go OK, but when I moved from something like: ...
1
by: Jeremy Kohansimeh | last post by:
Hello, I just installed version 4.0.21 on a Mandrake 8.2 system. I cannot get the MySql daemon to run. I am using the following commands, and receiving these errors: $mysqld_safe...
0
by: kelvlam | last post by:
I have written a service that is depending on mysqld. The service startup just fine, but I would like to have my service *always* shutdown first before mysqld does. That way I can add some log...
1
by: intheend | last post by:
respected when i start the mysqld it times out .. without starting service mysqld start time out when i give the command
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.