Install problems with MySQL vesion 5.0.4

Install problems with MySQL vesion 5.0.4

am 16.05.2005 05:56:25 von Ken Resander

------=_NextPart_000_0027_01C55A0E.49577EC0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Many thanks Bruno,

When I issued shell>mysqld --console

the sytem responded by the following console messages:

050516 10:45:59 INNODB: Started; log sequence number 0 43655
050516 10:45:59 INNODB: Starting recovery for XA transactions...
050516 10:45:59 INNODB: 0 transactions in prepared state after recovery
050516 10:45:59 INNODB: [Note] mysqld: ready for conections
Version '5.0.4-beta' socket: '' port: 3306 Official MySQL binary
X

The version is now corrrect, but how do I continue from here?

The screen cursor is positioned at X. The system does not respond to
any key except Ctrl+C, which starts close down with followng sequence=20
of console messages:

050516 10.50.02 [ERROR] Got signal 2. Aborting!
050516 10.50.02 [ERROR] Aborting
050516 10.50.02 INNODB: Starting shutdown...
050516 10.50.02 mysqld: shutdown complete


------=_NextPart_000_0027_01C55A0E.49577EC0--

RE: Install problems with MySQL vesion 5.0.4

am 17.05.2005 02:23:25 von jbonnett

Well you just started the server (mysqld). Leave that command shell
running, start up another one and run the program mysql. This program is
the client and is one way of talking to the running server. Something
like

mysql -hlocalhost -uroot -p test

should work. Localhost is the host running the server, root is the user
name and test is the database you are connecting to. The -p tells it to
prompt for the password for the user. In a default install the root
password is empty, so just press Enter when prompted.

Hope that gets you started. There is lots you can do from there.

John Bonnett=20

-----Original Message-----
From: Ken Resander [mailto:resander@speed.info.com.ph]=20
Sent: Monday, 16 May 2005 1:26 PM
To: win32@lists.mysql.com
Subject: Install problems with MySQL vesion 5.0.4

Many thanks Bruno,

When I issued shell>mysqld --console

the sytem responded by the following console messages:

050516 10:45:59 INNODB: Started; log sequence number 0 43655
050516 10:45:59 INNODB: Starting recovery for XA transactions...
050516 10:45:59 INNODB: 0 transactions in prepared state after recovery
050516 10:45:59 INNODB: [Note] mysqld: ready for conections
Version '5.0.4-beta' socket: '' port: 3306 Official MySQL binary
X

The version is now corrrect, but how do I continue from here?

The screen cursor is positioned at X. The system does not respond to
any key except Ctrl+C, which starts close down with followng sequence=20
of console messages:

050516 10.50.02 [ERROR] Got signal 2. Aborting!
050516 10.50.02 [ERROR] Aborting
050516 10.50.02 INNODB: Starting shutdown...
050516 10.50.02 mysqld: shutdown complete


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org