Re: Bug? mysql 4.0.4 wouldn't look for my.cnf in the right location.

2002-11-12 Thread Dicky Wahyu Purnomo
=/mnt/data/my.cnf inline option when running mysqld, or just edit your safe_mysqld file, you'll find why it's always search in $prefix/var -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web

Re: SLAVE STOP

2002-11-11 Thread Dicky Wahyu Purnomo
under 3.53. Which is the problem ? maybe the slave still running some processes, so the slave stop will wait until its turn. :D (check show processlist on slave side) -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21

Re: unable to start mysql

2002-11-11 Thread Dicky Wahyu Purnomo
11:59:15 mysqld ended what system r u using now ? better to use start-stop init script, can be found inside support-files directory with name : mysql.server also see error messages in hostname.err file for detail description. -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt

Re: How to manually remove mysql

2002-11-10 Thread Dicky Wahyu Purnomo
) ... but remember to move out all the data before you delete the directory if your datadir is in mysql basedir ;-) -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web: http://www.1rstwap.com

Re: replicate-do-table and related

2002-11-10 Thread Dicky Wahyu Purnomo
server -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web: http://www.1rstwap.com - Before posting, please check: http

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread Dicky Wahyu Purnomo
127 = Record-file is crashed Table corrupt ... do mysql repair table tablename; or shell# mysqlcheck -r -p db table -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web: http://www.1rstwap.com

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread Dicky Wahyu Purnomo
; ERROR 1064: You have an error in your SQL syntax near 'Vodafone_Collaborate' at line 1 mysql on syntax, your forgot to add ... table ... should be like this : mysql repair table Collaborate; but it's only working if you're using MyISAM table type. -- Dicky Wahyu Purnomo - System Administrator

Re: ERROR 1030: Got error 124 from table handler

2002-11-07 Thread Dicky Wahyu Purnomo
mistake :D thx jocelyn ... ;-) sql,query -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web: http://www.1rstwap.com

Re: error (61)

2002-11-07 Thread Dicky Wahyu Purnomo
... -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web: http://www.1rstwap.com - Before posting, please check: http

Re: Error connecting to Mysql via Apache/PHP (Newbie)

2002-11-07 Thread Dicky Wahyu Purnomo
, root, mypassword) -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web: http://www.1rstwap.com - Before posting, please check

Re: Copy Records in a table...

2002-11-07 Thread Dicky Wahyu Purnomo
select * from table2; you can also do something like this : insert into table1(col1,col2,col3) select(col1,col2,something) from table2; -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web

Re: how to shut down the mySQL service ?

2002-11-07 Thread Dicky Wahyu Purnomo
application, it's only for administration (or control panel). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web: http://www.1rstwap.com

Re: MySql uses 98% CPU

2002-11-04 Thread Dicky Wahyu Purnomo
-- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web: http://www.1rstwap.com - Before posting, please check: http

Re: Lost my socks...

2002-10-27 Thread Dicky Wahyu Purnomo
... (the second one will remove the mysql.sock but the daemon is still running) -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 Web: http://www.1rstwap.com

Re: a mysql question

2002-10-17 Thread Dicky Wahyu Purnomo
table design and also my.cnf configuration. -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP: Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone: +62 21 79199577 - HP: +62 8158787286 - Web: http://1rstwap.com

Memory Limit

2002-10-04 Thread Dicky Wahyu Purnomo
. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 2 days, Queries : 340.607 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone: +62 21 79199577 - HP: +62 8158787286 - Web: http

Hans Needs Help :D

2002-09-12 Thread Dicky Wahyu Purnomo
. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 2 days, Queries : 459.342 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone: +62 21 79199577 - HP: +62 8158787286 - Web: http

Re: Constant table CORRUPTION problem!!!!!

2002-09-12 Thread Dicky Wahyu Purnomo
for repairing your tables. -- Write clearly - don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 2 days, Queries : 459.342 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan

Re: change from MySQL-3.23.36 to 3.23.52

2002-09-10 Thread Dicky Wahyu Purnomo
/sparc/mm/srmmu.c MySQL 3.23.51 : up 0 days, Queries : 773.778 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone: +62 21 79199577 - HP: +62 8158787286 - Web: http://www.1rstwap.com

Re: MySQL Monitoring Tool

2002-09-10 Thread Dicky Wahyu Purnomo
). It's real time monitoring ;-) -- C is quirky, flawed, and an enormous success -- Dennis M. Ritchie MySQL 3.23.51 : up 0 days, Queries : 776.454 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone: +62 21

Re: Problem starting mysqld on SCO

2002-09-05 Thread Dicky Wahyu Purnomo
) MySQL 3.23.51 : up 76 days, Queries : 359.985 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone: +62 21 79199577 - HP: +62 8158787286 - Web: http://www.1rstwap.com

Re: Stopping Running Queries...

2002-09-05 Thread Dicky Wahyu Purnomo
: shell mysqladmin -p processlist shell mysqladmin -p kill thread_id or use mytop or mtop ;-) -- Write clearly - don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 76 days, Queries : 359.985 per second (avg). -- Dicky Wahyu Purnomo

Re: Replication problem: slave can't log into master (update)

2002-09-05 Thread Dicky Wahyu Purnomo
days, Queries : 360.006 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone: +62 21 79199577 - HP: +62 8158787286 - Web: http://www.1rstwap.com

innodb vs myisam performance

2002-09-03 Thread Dicky Wahyu Purnomo
. -- Don't patch bad code - rewrite it. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 74 days, Queries : 357.886 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone : +62 21

Re: Help!! Extreme newbie

2002-09-03 Thread Dicky Wahyu Purnomo
3.23.51 : up 74 days, Queries : 358.074 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone : +62 21 79199577 - HP : +62 8551044244 - Web : http://www.1rstwap.com

Re: Cross Database Table Join

2002-09-03 Thread Dicky Wahyu Purnomo
mysql select * from DB_B.Table_B1; it's crossing other DB ;-) -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 75 days, Queries : 358.102 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790

Re: Replication

2002-09-02 Thread Dicky Wahyu Purnomo
on show slave status : empty ;-) -- Write clearly - don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 73 days, Queries : 357.128 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34

Re: Replication

2002-09-02 Thread Dicky Wahyu Purnomo
: up 73 days, Queries : 357.245 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone : +62 21 79199577 - HP : +62 8551044244 - Web : http://www.1rstwap.com

Re: rotating table???

2002-08-28 Thread Dicky Wahyu Purnomo
68 days, Queries : 358.692 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone : +62 21 79199577 - HP : +62 8551044244 - Web : http://www.1rstwap.com

Re: Slow select query, need some clues to speed it up please ...

2002-08-27 Thread Dicky Wahyu Purnomo
the ORDER BY Field6 ? and compare the query time ? -- All language designers are arrogant. Goes with the territory... -- Larry Wall MySQL 3.23.51 : up 67 days, Queries : 358.251 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta

Re: Command Line

2002-08-27 Thread Dicky Wahyu Purnomo
... DROP TABLE [IF EXISTS] tablename1 [, tablename2,...] [RESTRICT | CASCADE] ... or you just do : truncate table tablename; -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 67 days, Queries : 357.694 per second (avg). -- Dicky Wahyu Purnomo - System

Re: Learning Data Types

2002-08-26 Thread Dicky Wahyu Purnomo
://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#Column_types -- Write clearly - don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 66 days, Queries : 356.361 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT

Re: SQL Syntax

2002-08-26 Thread Dicky Wahyu Purnomo
on update query ? From the syntax, it's ok for me :D -- Write clearly - don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 66 days, Queries : 356.361 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt

Re: full text search problems

2002-08-26 Thread Dicky Wahyu Purnomo
of bla bla bla; -- Write clearly - don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 66 days, Queries : 356.493 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790

Re: New to mySQL

2002-08-26 Thread Dicky Wahyu Purnomo
= something; if the results is not 0 then there is someone book the caravan on that date. -- Write clearly - don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 66 days, Queries : 356.493 per second (avg). -- Dicky Wahyu Purnomo

Re: Similar to DISTINCT, but applies to a column, NOT the whole row. (fwd)

2002-08-26 Thread Dicky Wahyu Purnomo
* from tablename group by fieldX; -- Avoid unnecessary branches. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 66 days, Queries : 356.521 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta

Re: missing records

2002-08-26 Thread Dicky Wahyu Purnomo
lost some records ? have you try to repair the table ? ;-) -- Avoid unnecessary branches. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 66 days, Queries : 356.521 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt

Re: backup script

2002-08-26 Thread Dicky Wahyu Purnomo
- don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 66 days, Queries : 356.856 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan 12790 Phone : +62 21 79199577 - HP

Re: NULL ?

2002-08-26 Thread Dicky Wahyu Purnomo
into table (firstname) values (NULL); select * from table where firstname is NULL; -- Write clearly - don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 66 days, Queries : 356.880 per second (avg). -- Dicky Wahyu Purnomo - System

Re: max_allowed_packet size!

2002-08-26 Thread Dicky Wahyu Purnomo
the same join query with lots of columns, it only fetches 8000 odd records. could u show us both of the queries ? :D -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 67 days, Queries : 357.150 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT

Re: Interface

2002-07-31 Thread Dicky Wahyu Purnomo
be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 40 days, Queries : 355.401 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http

Re: a newserver would be better than this mailing list

2002-07-30 Thread Dicky Wahyu Purnomo
. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 39 days, Queries : 354.818 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com

Re: Changing existing column data type question

2002-07-30 Thread Dicky Wahyu Purnomo
... if there's, then the query just prompt an error message ... and no data will be lost ... ;-) but for extra backup, you can also do the first query :D -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 39 days, Queries : 355.458 per second (avg). -- Dicky Wahyu

Re: InnoDB, replication and create table w/3.23.51?

2002-07-30 Thread Dicky Wahyu Purnomo
(avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com - Before posting, please check: http://www.mysql.com

Re: Network Privileges

2002-07-29 Thread Dicky Wahyu Purnomo
to user@host identified by password; -- printk(??? No FDIV bug? Lucky you...\n); 2.2.16 /usr/src/linux/include/asm-i386/bugs.h MySQL 3.23.51 : up 38 days, Queries : 353.795 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta

Re: MySQL Cannot Set Root Password on Solaris 8 (Not the usual - strange.)

2002-07-28 Thread Dicky Wahyu Purnomo
or even you /usr/local/mysql/bin/safe_mysqld ;-) -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 37 days, Queries : 353.656 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone

Re: PHP/MySQL Search Engine Query Question

2002-07-28 Thread Dicky Wahyu Purnomo
); $string=whatevercolumns like \%$query%\; select * from whatevertable where $string; -- Write clearly - don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 37 days, Queries : 353.647 per second (avg). -- Dicky Wahyu Purnomo - System

Re: MySQL Cannot Set Root Password on Solaris 8 (Not the usual - strange.)

2002-07-28 Thread Dicky Wahyu Purnomo
- I've been messed with!); 2.2.16 /usr/src/linux/mm/slab.c MySQL 3.23.51 : up 37 days, Queries : 353.644 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com

Re: problem with win98

2002-07-27 Thread Dicky Wahyu Purnomo
with password : mysql -uusername -p -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 34 days, Queries : 355.101 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web

Re: max_connections recovery

2002-07-27 Thread Dicky Wahyu Purnomo
the interactive_timeout to reasonable value or run command to kill sleep/idle processes which sleeping over sometimes. -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 35 days, Queries : 355.738 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP

Re: Possible bug?

2002-07-27 Thread Dicky Wahyu Purnomo
on ;-) -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 35 days, Queries : 355.724 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com

Re: security

2002-07-27 Thread Dicky Wahyu Purnomo
, the connection will be refused :D -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 35 days, Queries : 355.724 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web

Re: MySQL loses databases

2002-07-25 Thread Dicky Wahyu Purnomo
see from show databases. -- printk(??? No FDIV bug? Lucky you...\n); 2.2.16 /usr/src/linux/include/asm-i386/bugs.h MySQL 3.23.51 : up 34 days, Queries : 354.952 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Dicky Wahyu Purnomo
, Queries : 354.803 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com - Before posting, please check

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Dicky Wahyu Purnomo
/drivers/scsi/esp.c MySQL 3.23.51 : up 33 days, Queries : 353.747 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com

Re: MySQL Grant Question

2002-07-24 Thread Dicky Wahyu Purnomo
!! -- Felix von Leitner, [EMAIL PROTECTED] MySQL 3.23.51 : up 33 days, Queries : 353.598 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com

Re: Mysql hangs on HP-UX 11.00 under medium load

2002-07-23 Thread Dicky Wahyu Purnomo
Plaugher) MySQL 3.23.51 : up 32 days, Queries : 354.126 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com

Re: install problem

2002-07-23 Thread Dicky Wahyu Purnomo
call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 32 days, Queries : 354.179 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com

Re: How to get the message that a table is currently locked?

2002-07-23 Thread Dicky Wahyu Purnomo
, Queries : 354.189 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com - Before posting, please check

Re: password stuff

2002-07-23 Thread Dicky Wahyu Purnomo
- don't be too clever. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 32 days, Queries : 354.217 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web

Re: strange disconnects

2002-07-23 Thread Dicky Wahyu Purnomo
-- Don't stop with your first draft. - The Elements of Programming Style (Kernighan Plaugher) MySQL 3.23.51 : up 32 days, Queries : 354.225 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577

Re: Replication on different SQL servers (CENTURA -- MySQL)

2002-07-23 Thread Dicky Wahyu Purnomo
:D -- Manchmal stehe nachts auf und installier's mir einfach... -- H0arry @ IRC MySQL 3.23.51 : up 32 days, Queries : 354.247 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web

Re: Data Input

2002-07-23 Thread Dicky Wahyu Purnomo
)' -uuser -pyour_password DB_NAME -- Let's call it an accidental feature. -- Larry Wall MySQL 3.23.51 : up 32 days, Queries : 354.257 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577

Re: Mysql hangs on HP-UX 11.00 under medium load

2002-07-23 Thread Dicky Wahyu Purnomo
/bugs.h MySQL 3.23.51 : up 32 days, Queries : 354.631 per second (avg). -- Dicky Wahyu Purnomo - System Administrator PT FIRSTWAP : Jl Kapt. Tendean No. 34 - Jakarta Selatan (12790) Phone : +62 21 79199577 - Web : http://1rstwap.com

Re: how do I fix corrupt .MYD file?

2002-07-10 Thread Dicky Wahyu Purnomo
Pada Wed, 10 Jul 2002 20:17:51 -0700 Bennett Haselton [EMAIL PROTECTED] menulis : I have a database in which one MYD file has apparently been corrupted: mysql use tracerlock; Reading table information for completion of table and column names You can turn off this feature to get a

Re: Query Optimization

2002-07-08 Thread Dicky Wahyu Purnomo
Pada Mon, 8 Jul 2002 16:07:04 +0530 Arul [EMAIL PROTECTED] menulis : Hi All The Query below took around 175 Secs to return 22 Rows..Any way this query can be optimized try to use group by instead of distinct i usually found group by is faster ;-) anyway ... performance of query is

Re: backup of mysql

2002-07-07 Thread Dicky Wahyu Purnomo
Pada Sun, 7 Jul 2002 17:53:08 +0500 Impex Holidays Maldives / Hasan [EMAIL PROTECTED] menulis : Hi, This may be out of topic,but still I'm working on a mysql back up file. Does any one have a shell script to ftp a file to another location, so that I can schedule to run this file with cron.

Re: Need help on Matching MySQL, Apache PHP

2002-07-07 Thread Dicky Wahyu Purnomo
Pada Sat, 06 Jul 2002 15:10:43 + duo fu [EMAIL PROTECTED] menulis : Dear Friends: I have installed Apache 1.3.26, MySQL.3.23.51 successfully. However, I failed to install tarball versions of PHP4.21 with Apache1.3.26 under my REDHAT 6.2. I always got the error message when I tried to

Re: mysqldump

2002-07-07 Thread Dicky Wahyu Purnomo
Pada Sat, 6 Jul 2002 12:22:44 +0400 Papa Carlo [EMAIL PROTECTED] menulis : mysqldump incorrectly export char/varchar binary and *BLOB fields. it export binary fields like text strings INSERT INTO users VALUES (7,'zk',1,'¦î¯¯Çbv','ó+:ºÐ','Ó]¦Ç\ZW¦{','T~âxÎË-','T üc¦SüG\R-¦Íê');

Re: Access denied error

2002-07-07 Thread Dicky Wahyu Purnomo
Pada Sat, 06 Jul 2002 09:36:27 +0500 (IST) VINOD [EMAIL PROTECTED] menulis : I own a domain with MySQL support. I have created a database lnet_cal on the web and also table yarntype, using PHP Myad- min on the webspace and also granted all access privileges to user lnet_root to the

Re: Setting up hostname

2002-07-07 Thread Dicky Wahyu Purnomo
Pada Fri, 05 Jul 2002 14:19:21 -0700 Desmond Lee [EMAIL PROTECTED] menulis : Hi guys I just managed to install mysql... yippy But, i had to use the '--force option' when executing the /usr/local/mysql/scripts/mysql_install_db . I got a message saying that i needed to configure the

Re: MySql User Lookup

2002-07-07 Thread Dicky Wahyu Purnomo
Pada Sun, 7 Jul 2002 13:04:02 -0400 sajiddalvi [EMAIL PROTECTED] menulis : Is there a way to check which my sql user (who has logged into the database) has inserted a row in a table? I could add a logged_in_user column but that seems redundant. you can set your mysqld to log all activities

Re: MySQL access denied problem

2002-07-04 Thread Dicky Wahyu Purnomo
Pada Thu, 4 Jul 2002 10:40:36 +0200 Simas Cepaitis [EMAIL PROTECTED] menulis : Hello, I have a problem that happens periodically on my FreeBSD 4.6 box. Somehow MySQL (3.23.49) stops responding after some period. It doesn't allow to connect any user except root ( and it's not

Re: exclude columns in query

2002-07-04 Thread Dicky Wahyu Purnomo
Pada Thu, 4 Jul 2002 11:34:12 +0200 W. Enserink [EMAIL PROTECTED] menulis : Hi all, is it possible to exclude columns in a query? something like select * from table except columnname ?? Nope, I don't think it's possible ... You have to give columns list, like this ... select

Re: MYD files deleted

2002-07-03 Thread Dicky Wahyu Purnomo
Pada Wed, 3 Jul 2002 16:39:03 -0700 Eric Mayers [EMAIL PROTECTED] menulis : Hello All, I'm using mysql version 3.23.47 as a database in an embedded device. In the startup scripts for the database I have it run : myisamchk -o -s /usr/local/var/data/*/*.MYI (to fix any possible problems)

Re: Replication errors

2002-07-03 Thread Dicky Wahyu Purnomo
Pada Wed, 3 Jul 2002 12:56:30 -0700 Jeff Kilbride [EMAIL PROTECTED] menulis : Is this just a normal timeout error, because there's currently very little activity on these machines? Or is there some other problem? The slave_net_timeout value is at it's default of 3600, so I would expect to

Re: SQL - Fulltext search

2002-07-01 Thread Dicky Wahyu Purnomo
Pada Mon, 1 Jul 2002 09:01:13 +0200 Wouter van Vliet [EMAIL PROTECTED] menulis : I would use WHERE skill LIKE %powerpoint% OR skill LIKE %PHP% where skill REGEXP powerpoint or skill REGEXP php -- #ifdef STUPIDLY_TRUST_BROKEN_PCMD_ENA_BIT 2.4.0-test2

Re: Cartesian Product

2002-06-27 Thread Dicky Wahyu Purnomo
On Thu, 27 Jun 2002 09:01:58 +0100 Simon Green [EMAIL PROTECTED] wrote: Sorry I should have made this a bit clear. I have to tables with users names in them. All I need is a list on the Usernames that are in one column but not the other. The problem is like Mr DuBois said, is that I get

Re: Replication problem

2002-06-27 Thread Dicky Wahyu Purnomo
On Thu, 27 Jun 2002 17:37:24 -0700 Patelli Paolo [EMAIL PROTECTED] wrote: mysql SHOW MASTER STATUS; ++--+--+--+ | File | Position | Binlog_do_db | Binlog_ignore_db | ++--+--+--+

Re: mysql + win 2000 + command prompt

2002-06-27 Thread Dicky Wahyu Purnomo
On Fri, 28 Jun 2002 10:46:40 +0800 lorenzo.kh [EMAIL PROTECTED] wrote: mysql select * from mytable' ( I key in ' instead of ; ) ' ' ? ' what the key should i use to reset this? ' ' ' ' ' just type another ' and close with ; sample : ' '; mysql

Re: Signal 11 on SHOW PROCESSLIST query

2002-06-26 Thread Dicky Wahyu Purnomo
On Wed, 26 Jun 2002 18:13:07 -0700 (PDT) Henry Hank [EMAIL PROTECTED] wrote: Mysql has crashed twice in the last month with the same errors in the error log (see log below). I attempted to resolve the stack dump, but when I do nm -n libexec/mysqld /tmp/mysqld.sym I get a nm:

Re: How to access mysqladmin from IE?

2002-06-25 Thread Dicky Wahyu Purnomo
On Tue, 25 Jun 2002 15:49:41 +1000 Danny [EMAIL PROTECTED] wrote: Besides using Phpmyadmin to edit the data. I actually prefer to use something like webmin to manage my data. Do a search on Webmin on the internet. actually, i also created my own tools ... saintSQLadmin

Re: corrupt index in BDB table

2002-06-22 Thread Dicky Wahyu Purnomo
On Sat, 22 Jun 2002 11:37:29 +0200 (CEST) Careri Giuseppe [EMAIL PROTECTED] wrote: DWP just do from mysql prompt : DWP mysql repair table [tablename] REPAIR TABLE doesn't repair BDB tables! Infact I can not repair BDB table, but when a index is corrupted what can I do ???

Re: Table can't Add new record

2002-06-21 Thread Dicky Wahyu Purnomo
On Fri, 21 Jun 2002 14:36:28 +0700 ihwan [EMAIL PROTECTED] wrote: Dear All, I have a trouble with my database using mysql. The problem is one of the table can not increase new record. and I can not add new data to that table. The last row is no. 226428 I don't use number field type for

Re: error: 'Access denied for user: 'root@localhost' (Using password: NO)'

2002-06-21 Thread Dicky Wahyu Purnomo
On Fri, 21 Jun 2002 03:59:33 -0400 david [EMAIL PROTECTED] wrote: [root@RR davidwri]# mysqladmin version mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'root@localhost' (Using password: NO)' [root@RR davidwri]# mysql -u root -p mysql Enter password:

Re: corrupt index in BDB table

2002-06-21 Thread Dicky Wahyu Purnomo
On Fri, 21 Jun 2002 09:51:35 +0200 Giuseppe Careri [EMAIL PROTECTED] wrote: Hi, i have a problem with an index of a BerkeleyDB table because this is corrupted and crashes Mysql (v. 3.23.49). The size of table file is correct 8Mb for 15.000 records but from a select I view only the

Re: problem with mysql threads on freebsd

2002-06-11 Thread Dicky Wahyu Purnomo
On Tue, 11 Jun 2002 08:36:55 +0200 Leo De Geer [EMAIL PROTECTED] wrote: im not abel to get mysql to use more then one thread on my freebsd 4.5-stable any one having a klue that wrong? from what method / tools, you get this information ? try mysqladmin -p status -- Linux is not

Re: GRANTs and %

2002-06-11 Thread Dicky Wahyu Purnomo
On Tue, 11 Jun 2002 09:04:36 +0100 Kaan Oglakci [EMAIL PROTECTED] wrote: Thanks Dan And Okan for replying to my email but I have tried what you have said but I still get the same problem. GRANT ALL ON newstesting.* 'clients'@'%' IDENTIFIED BY '123'; ERROR 1064: You have an error in your

Re: Index on unique/primary key

2002-05-29 Thread Dicky Wahyu Purnomo
On Wed, 29 May 2002 11:24:36 +0100 (BST) ritu singla [EMAIL PROTECTED] wrote: Hello! specifying a column as unique or primary in MySQL creates indices automatically or do we need to do it explicitly using INDEX(unique/primary_colname) in CREATE TABLE command of MySQL?? yes, you have to

Re: 2 way replication

2002-05-28 Thread Dicky Wahyu Purnomo
On Sun, 26 May 2002 23:15:22 +0200 Bjarne Jørgensen [EMAIL PROTECTED] wrote: Hi! I've watched the development of replication on mysql with great joy. However I haven't been able to understand when og if mysql is going to support 2 way replication. In other words. Will it be possible to

Re: How to Load a Database to other Server

2002-05-16 Thread Dicky Wahyu Purnomo
On Thu, 16 May 2002 17:05:25 +0800 Jack [EMAIL PROTECTED] wrote: Dear all I had a mysql Database in one of my Server, now i want to transfer this whole Database to another Server, what should i do? 1. How i can export this Database to a file If your DB server (source) is not running ...

Re: SQL root deleted.. ;-(

2002-05-14 Thread Dicky Wahyu Purnomo
On Wed, 15 May 2002 01:33:47 +0200 Schoenland, Daniel \(intern\) im Auftrag von Schoenland, Daniel \(extern\) [EMAIL PROTECTED] wrote: Hi, Well, I am new to the list.. so if i ask something stupid, just slap me on the back of my head, k? =) I was playing a little with my phpmyadmin and

Re: MySQL database files

2002-05-14 Thread Dicky Wahyu Purnomo
On Tue, 14 May 2002 18:49:48 -0400 Augey Mikus [EMAIL PROTECTED] wrote: what are the host-bin.001 002 003 etc.. files in the mysql_dir/var directory? On my system they range in size from bytes to gigs. What are they and can they be cleaned? it's mysql binary log file ... if you don't

Replication problem

2002-05-14 Thread Dicky Wahyu Purnomo
Hi, I have short question ... my mysql daemon sometimes restarted ... and the error message like this : 020429 11:19:36 Slave: connected to master '[EMAIL PROTECTED]:3306', replica tion started in log 'austria_replication.048' at position 95670800 mysqld got signal 11; This could be because

Re: Replication

2002-05-06 Thread Dicky Wahyu Purnomo
On Mon, 6 May 2002 15:21:54 +0900 Sven Bentlage [EMAIL PROTECTED] wrote: Hi ! Just read about the possibility of replicating two databses. Can you tell me how to do it or send me a (link to a) manual? Actually is not only replicating 2 DB, but replication between several DB server. You can

Re: Too Many Connections

2002-05-06 Thread Dicky Wahyu Purnomo
On Mon, 06 May 2002 12:56:52 -0400 Gurhan Ozen [EMAIL PROTECTED] wrote: Hi, Change the max_connections variable's value to a higher value. By default it is set to 100. You can see what yours is set to with SHOW VARIABLES command. See: http://www.mysql.com/doc/T/o/Too_many_connections.html

Re: Cross server select into

2002-05-05 Thread Dicky Wahyu Purnomo
On Mon, 6 May 2002 07:44:04 +0200 Ewan Sadie [EMAIL PROTECTED] wrote: I have installed MySQL on two of my MS-Proxy servers. I am logging all web browser logs to MySQL. I want to replicate the database to a central server where I can do queries on the data. I do not want to run select

Re: MySQL Problem

2002-05-03 Thread Dicky Wahyu Purnomo
On 3 May 2002 05:06:12 - Jagadeesh Suryadevara [EMAIL PROTECTED] wrote: When i check in the folder where it is loaded MySQL there are some applications with names MySQLManager,WinMysqladmin in bin directory. When click on these applications it showing some screens but we are unable

Re: Data transition

2002-05-03 Thread Dicky Wahyu Purnomo
On Sat, 4 May 2002 07:23:46 +0400 support [EMAIL PROTECTED] wrote: Hello, everybody! Please give me a hint at some resources about synchronization of two MySQL databases, situated in different places. The point is, I have my local and providers' versions of the same database. And need

Re: Problem with SELECT

2002-05-02 Thread Dicky Wahyu Purnomo
On Thu, 02 May 2002 13:11:23 +0400 Sheni R. Meledath [EMAIL PROTECTED] wrote: Using the second command I can't display all the records. But using separate select statement I can select display any record which is not displayed in the above case. ### $result=mysql_query(select * from

  1   2   >