Re: Can't start MYSQL on Linux

2001-08-06 Thread mike cullerton
the database files as root. Then you start 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

INET_ATON

2001-08-06 Thread mike cullerton
ns.html and they got 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.c

Re: mysql + dns server?

2001-08-03 Thread mike cullerton
reason djbdns 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 --

Re: State: "Writing to net"

2001-08-03 Thread mike cullerton
ackets. ianasg (system guy), but i 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 n

Re: ALTER TABLE question

2001-08-03 Thread mike cullerton
EMAIL PROTECTED]' on database 'chrisdb'. it's odd that they turned on create and insert but not alter. 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

Re: mysql + dns server?

2001-08-03 Thread mike cullerton
and a number of sample drivers 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

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

2001-08-03 Thread mike cullerton
normal manner. 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 <

Re: State: "Writing to net"

2001-08-02 Thread mike cullerton
sql. > what's going on here? > what does the "writing to net" state mean (besides the obvious)? couldn't > find any relevant docs. > > any input is appreciated. > > -ravi -- mike cullerton -

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 cull

Re: The old interfering with the young

2001-07-27 Thread mike cullerton
l return the path to whichever binary you shell wants to use. you can also find all instances of mysql with "find / -name mysql". note that if you don't have access to read all directories, you see a bunch of errors scroll by for all the place

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