# [EMAIL PROTECTED] / 2003-06-16 12:01:57 +0000:
> I installed the mysql 4.0 pkg on Mac OS 10.2, then I followed the
> installation instruction.  It works fine.  I then tried to create
> database, but is says"Access denied".   I checked "Show database" ,
> there is only one database in, which is 'test'.   There suppose to
> have "mysql" in.  I checked the manual, and find I should run
> "scripts/mysql_install_db" , I runed but then it show me

> *************************************
> [Snow:/usr/local/mysql] richardb% chown: /usr/local/mysql/data/Snow.local..err: 
> Operation not permitted
> Starting mysqld daemon with databases from /usr/local/mysql/data
> rm: /tmp/mysql.sock: Operation not permitted
> 030616 11:24:52  mysqld ended
> *************************************

    you need to run that script as root.

> 030613 10:04:21  mysqld started
> Fatal error: Can't remove the pid file: /usr/local/mysql/data/Snow.local..pid at  
> Fri Jun
> 13 

    permissions problem

> A mysqld process already exists at  Mon Jun 16 11:01:56 EDT 2003

> 030616 11:24:51  Can't start server: Bind on TCP/IP port: Address already in use
> 030616 11:24:51  Do you already have another mysqld server running on port: 3306 ?
> 030616 11:24:51  Aborting

> What is mean Bind on TCP/IP port: Address already in use?

    that means just what it says: you already have a MySQL server
    running. you can confirm this with sockstat -4l | grep 3306.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

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

Reply via email to