Re: need help setting up and rinning mysql server

2001-10-04 Thread Gerald Clark
Unless you ran it as mysql_install_db --user=mysql mysql does not own the databases. do chown -R mysql /usr/local/mysql chown -R /var/lib/mysql ( Or whereever your database directory is ) jesse junsay wrote: > Hi.. > > I have a problem running my MySQL server. After > running shell>mysql_instal

Re: need help setting up and rinning mysql server

2001-10-04 Thread Carl Troein
jesse junsay writes: > Then this error occurs. > > "starting mysqld daemon with databases from XX > mysql daemon ended" > > The manual didn't say anything on how to solve this > problem. So I hope this will help. That's not an error message. Error messages can be found in the error lo

need help setting up and rinning mysql server

2001-10-04 Thread jesse junsay
Hi.. I have a problem running my MySQL server. After running shell>mysql_install_db when everything runs fine then I tried to start the server with this command shell>safe_mysqld & Then this error occurs. "starting mysqld daemon with databases from XX mysql daemon ended" The manual did