On Thu, 2005-03-03 at 19:52 -0800, Michael Sammartano wrote:
> I am trying to configure MySQL 4.0.x on my SuSE 9.1 server and I am
> having no luck.. Every time I run either 'mysqld start',
> 'mysqld_safe start", etc I get :
>
> mas:~ # mysqld_safe start
> Starting mysqld-max daemon with databases from /var/lib/mysql
> 050303 19:46:53 mysqld ended
>
> mas:~ #
>
> Any takers? For the life of me I can not get MySQL to run on this box.
----
My notes for mySQL 3.x.x - guessing that 4 works similarly...
did you initialize the db first?
mysql_install_db
then start mysql (or mysqld_safe) - I generally use Red Hat start
scripts...
then lastly...set primary user...
mysqladmin - u root password 'new-password'
Craig
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss