RE: cannot get mysqld to start

2001-08-29 Thread Sheena Sidhu
al Message- 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_

Re: cannot get mysqld to start

2001-08-29 Thread Dana Powers
nstall guide! I have no clue of the difference between the two > and reason why it should work on one and not on another. > Would appreciate if you could shed some light on this. > > Thanks, > Sheena. > > -Original Message- > From: Dana Powers [mailto:[EMAIL PROTECTE

RE: cannot get mysqld to start

2001-08-29 Thread Sheena Sidhu
ould 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:

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