I don't know anything about SuSE, but I've gotten MySQL going on OSX,
RedHat, and Windows.
Make sure /usr/local/mysql/data (or wherever your databases are) is
read/writeable by the mysql user. (That was an issue getting MySQL
started on OSX.) MySQL's error log is usually in the mysql/data
directory in <servername>.err - that might give you some clues.
/etc/my.conf is usually the mysql config file. if it doesn't exist, the
server will try to use some default settings. You can get default
config files for various configurations on mysql.com.
alex
Craig White wrote:
>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
>
>
>
---------------------------------------------------
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