Page 1 of 1

Is my Mysql code wrong?

Posted: Sat Apr 01, 2006 7:54 pm
by Cheeseboy
Hi, used this site to install the mysql server: http://www.washington.edu/computing/web ... stall.html I did everything it said to do. when i go to start it. it does this:

Code: Select all

Starting mysqld daemon with databases from /root/mysql/data
STOPPING server from pid file /root/mysql/data/.pid
060401 20:44:47  mysqld ended
Is there something wrong with my code? Or if you know whats wrong please reply.
Its been over aweek and still nothing works.
thx :D

Posted: Sat Apr 01, 2006 8:00 pm
by feyd
how would that output tell us that something's wrong with your code?

Posted: Sat Apr 01, 2006 8:03 pm
by Cheeseboy
im wondering if my codes messed up and thats why im gettign this error?

Posted: Sat Apr 01, 2006 8:05 pm
by feyd
what error? That looks like standard startup and shutdown messages to me. :?

Posted: Sat Apr 01, 2006 8:08 pm
by Cheeseboy
How would that be fixed? Everyday i try something new and I get the same message :(

Veiw the error log to find what's happening in your system

Posted: Sun Apr 02, 2006 1:01 am
by dibyendrah
you can get the error detail by viewing the mysql log error at following files :

Code: Select all

/var/log/messages
/var/log/mysql.log 
/var/log/mysql.err
Hope the error log might help you to resolve the problem.

Also, it will be easier to find the error if you posted the content of mysq.cnf at following lcoation

Code: Select all

/etc/mysql/my.cnf
The path of the file might vary according to the linux distributions. use locate to find the path of the file.

Dibyendra

Posted: Sun Apr 02, 2006 7:01 pm
by Cheeseboy
My keyboard broke so ill be back with this in a week. :o