RE: cannot get mysqld to start

2001-08-29 Thread Sheena Sidhu
appreciate if you could shed some light on this. Thanks, Sheena. -Original Message- From: Dana Powers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 4:20 PM To: Sheena Sidhu; Mysql (E-mail) Subject: Re: cannot get mysqld to start This is covered in the mysql manual here: http

Re: cannot get mysqld to start

2001-08-29 Thread Dana Powers
. Would appreciate if you could shed some light on this. Thanks, Sheena. -Original Message- From: Dana Powers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 4:20 PM To: Sheena Sidhu; Mysql (E-mail) Subject: Re: cannot get mysqld to start This is covered in the mysql manual

RE: cannot get mysqld to start

2001-08-29 Thread Sheena Sidhu
- From: Dana Powers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 12:19 PM To: Sheena Sidhu; Mysql (E-mail) Subject: Re: cannot get mysqld to start Quoteth the install guide: shell cd mysql_installation_directory shell ./bin/mysql_install_db shell ./bin/safe_mysqld --user=mysql

Re: cannot get mysqld to start

2001-08-28 Thread Dana Powers
This is covered in the mysql manual here: http://www.mysql.com/doc/P/o/Post-installation.html First, you need to install the default databases ( installs mysql/host.frm ): bash mysql_install_db Then tell mysql not to use InnoDB: put this in your /etc/my.cnf file: [mysqld] skip-innodb