Re: Can't start MYSQL on Linux

2001-08-07 Thread mike cullerton
the database, which will run as mysql. This user can obviously not write to root's files. Change the ownership manually, and try again - with service mysqld start. -- mike cullerton - Before posting, please check: http

INET_ATON

2001-08-06 Thread mike cullerton
the same error. am i missing something easy here? is this a known issue? perhaps a version thing? i am running 3.22.32. thanks, mike -- mike cullerton - Before posting, please check: http://www.mysql.com/manual.php

Re: mySQLd won't die under Darwin (Mac OS X 10.0.4)

2001-08-03 Thread mike cullerton
. sudo kill -KILL pid -- mike cullerton - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED

Re: mysql + dns server?

2001-08-03 Thread mike cullerton
based on it; see doc/misc/sdb for details Or are there other dns servers out there that can work together with mysql? http://cr.yp.to/djbdns.html Thanks! Ricardo -- mike cullerton - Before posting, please check

Re: ALTER TABLE question

2001-08-03 Thread mike cullerton
. one solution you can use is to dump the table to a file mysqldump --add-drop-table chrisdb question somefile.dump then edit the file and use it to reload the table mysql chrisdb somefile.dump (these examples work on unix, ymmv) hope this helps, mike -- mike cullerton

Re: State: Writing to net

2001-08-03 Thread mike cullerton
gotta believe there is a way to trace data getting passed around within the system (or kernel). is there a way to watch how mysql (or any process for that matter) tries to get the data to the network stack? -- mike cullerton

Re: mysql + dns server?

2001-08-03 Thread mike cullerton
popped into my head is that at work we considered using djbdns to solve this problem because its file format is so easy to read/write. we contemplated writing some interface between the zone files and a mysql db. sorry :) mike -- mike cullerton

Re: State: Writing to net

2001-08-02 Thread mike cullerton
docs. any input is appreciated. -ravi -- mike cullerton - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e

Re: timestamp problem

2001-07-27 Thread mike cullerton
hehe, this got rejected because i didn't say database or sql or query or table :) on 7/26/01 5:17 PM, Kory Wheatley at [EMAIL PROTECTED] wrote: is the TIMESTAMP option where I get the current date from. try now() instead of TIMESTAMP -- mike cullerton -- mike cullerton

Re: FFIRST TIME...MYSQL

2001-07-09 Thread mike cullerton
on 7/9/01 8:07 AM, Anoop K Gupta at [EMAIL PROTECTED] wrote: 2. mysql -h mydomainname -u root -p it prompts for password : it is blank so I just pressed enter. and Mysql prompt appeared.. if there is no password, you don't need the -p switch -- mike cullerton