At 14:31 -0400 6/19/03, Pushpinder Singh Garcha wrote:
Hello Everyone,

I have been running MySQL on my Mac for almost a year now. suddenly I am unable to start the mysqld, I keep getting "mysqld ended" error.
---------------------------------------------------------------------------------------------------------
[psg:/usr/local/mysql] psgarcha% sudo ./bin/mysqld_safe &
[5] 703
[psg:/usr/local/mysql] psgarcha% Starting mysqld daemon with databases from /usr/local/mysql/data
030618 11:50:09 mysqld ended
[5] Done sudo ./bin/mysqld_safe


---------------------------------------------------------------------------------------------------------
Can u tell me how/ where to view the error logs on MAC OS JAGUAR...?
I have MySQL installed on my Win XP Pro Laptop as well and I am able to view the error log files within the 'data' dir. However when it comes to my Mac G4 , I am at a loss to understand why this happens ?


[psg:/usr/local/mysql] psgarcha% ls -la
total 10352
drwxr-xr-x  22 root   wheel      748 Apr  4 11:38 .
drwxr-xr-x   5 root   wheel      170 Apr  4 11:38 ..
-rw-r--r--   1 root   wheel    19106 Mar 15 11:17 COPYING
-rw-r--r--   1 root   wheel    28003 Mar 15 11:17 COPYING.LIB
-rw-r--r--   1 root   wheel   126466 Mar 15 10:47 ChangeLog
-rw-r--r--   1 root   wheel     6811 Mar 15 11:17 INSTALL-BINARY
-rw-r--r--   1 root   wheel     1937 Mar 15 10:47 README
drwxr-xr-x  46 root   wheel     1564 Apr  4 11:38 bin
-rwxr-xr-x   1 root   wheel      773 Mar 15 11:29 configure
drwxr-x---  13 mysql  wheel      442 Jun 18 11:50 data
drwxr-xr-x  51 root   wheel     1734 Apr  4 11:38 include
drwxr-xr-x   8 root   wheel      272 Apr  4 11:38 lib
drwxr-xr-x   3 root   wheel      102 Apr  4 11:38 man
-rw-r--r--   1 root   wheel  2676944 Mar 15 11:16 manual.html
-rw-r--r--   1 root   wheel  2329252 Mar 15 11:16 manual.txt
-rw-r--r--   1 root   wheel    98233 Mar 15 11:16 manual_toc.html
drwxr-xr-x   9 root   wheel      306 Apr  4 11:38 mysql-test
drwxr-xr-x   3 root   wheel      102 Apr  4 11:38 scripts
drwxr-xr-x   3 root   wheel      102 Apr  4 11:38 share
drwxr-xr-x  33 root   wheel     1122 Apr  4 11:38 sql-bench
drwxr-xr-x  11 root   wheel      374 Apr  4 11:38 support-files
drwxr-xr-x  21 root   wheel      714 Apr  4 11:38 tests

When I try to access the Data Dir within mysql, i get a permission denied error,

That directory is owned by the mysql user. You'll need to access it as either root or mysql.



Thanks
--Pushpinder


--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

Are you MySQL certified? http://www.mysql.com/certification/


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to