Re: Need help with Install of MySQL

2001-02-11 Thread MB
> I am new to MySQL and have just installed the MySQL rpm files to my Linux > box. > > I have run "mysql_install_db" with no problems and I have then run > "safe_mysqld &" this comes up with the messsage > > "starting mysql daemon with databses from /var/lib/mysql > > mysqld daemon ended" > > I as

Re: Need help with Install of MySQL

2001-02-09 Thread Hardy Merrill
Matt, I'm fairly new to MySQL myself, but it sounds like your mysqld is not starting up when you issue safe_mysqld. Instead of invoking safe_mysqld directly, find the "mysql.server" file that got installed with mysql, and start mysqld with that by doing something like: cd /dir/to/mysql.serve

Re: Need help with Install of MySQL

2001-02-09 Thread Peter Skipworth
There'll be a .err file in your ~mysql/var directory - have a look at it, and it should give you a pointer as to the precise problem. regards, P On Fri, 9 Feb 2001, Matt Davis wrote: > I am new to MySQL and have just installed the MySQL rpm files to my Linux > box. > > I have run "mysql_insta