Linuxthreads not found

2003-02-23 Thread Teddy
pthread.h >Submitter-Id: >Originator:Teddy >Organization: >MySQL support: none [none | licence | email support | extended email support ] >Synopsis: Linuxthreads not found >Severity: non-critical >Priority: low >Category: mysql

Install Mysql

2004-03-03 Thread Teddy Ruxpin
(sorry my english) I had in my computer EasyPHP. Always worked. I tried update EasyPHP and mysql stopped work. I saw the Mysql service was pointing a file that doesn't exist. On regedit I made point to correct file "mysqld.exe". But to the try execute the service, show a error message. Even executi

? MySql Server on Suse Linux & XP Workstations?

2005-01-17 Thread Teddy Apostol
Hi Lists, Question: Who has opinion or experience installing a MySql version 4 or 5 into a Suse Linux Enterprise Server version 9 as a server and ... the clients workstations are Windows XP Profesional? Does it work? How? Any references to read? Thanks, Teddy -- MySQL General Mailing List For

Re: give me a sample to print out to printer

2002-02-12 Thread Teddy A Jasin
Maybe you can try find the application at hotscripts.com. regards, Teddy -- experience the online learning commmunity at http://www.mycyberclassroom.com At 08:32 AM 2/7/2002 +0700, Franky Aniversarius wrote: >when i click the icon client1(in end client, it's show up

Re: Technical Clarification

2001-02-12 Thread Teddy A Jasin
You can save the excel file in csv format (delimited text) and upload it to mysql using load data. Or the easiest use phpmyadmin Teddy - Original Message - From: "gopinath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 7:27

Re: MySQL GUI for Windows

2001-02-12 Thread Teddy A Jasin
Use PhpMyadmin - Original Message - From: "indrek siitan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 11:00 PM Subject: MySQL GUI for Windows > Hi, > > can anyone suggest a good GUI client to suggest to MySQL hosting > customers? > > it should: > > * be

Re: external access to mysql

2001-02-12 Thread Teddy A Jasin
Hi, again phpmyadmin can do this :) Teddy - Original Message - From: "Mike Yuen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 1:45 PM Subject: external access to mysql > I and 2 others are working on a web site an occasiona

MySQL set up plan

2001-02-14 Thread Teddy A Jasin
on the server running on Linux Redhat 6.2. A typical visit at one time on the website will be 2000 over (one hour). Thanks Teddy

mysql takes so much resources

2001-02-15 Thread Teddy A Jasin
2:00.79 mysqld So I suspect that my websites is slow because of the mysql server takes so much of the CPU resources (51.6%). So how to solve this problem? I tried restarting mysql then it again reach up until 50-60% of CPU. Thanks Teddy

returning PID

2001-02-16 Thread Teddy A Jasin
Hi, wat command to type under linux to get the PID of the mysqld that is running? i tried : 'ps aux | grep mysqld' but this will list the mysqld information but ijust want it to show the PID thanks Teddy

Re: cannot connect to database

2001-02-17 Thread Teddy A Jasin
just do it using grant statement so that you can connect from another host. use grant to username@'%' instead of localhost - Original Message - From: "Emre Yildirim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 18, 2001 12:40 AM Subject: cannot connect to database >

mysql extremely slow

2001-02-17 Thread Teddy A Jasin
20 |344541 | 838 | 1 | 63 | ++-+---+---+-+-+ 1 row in set (55.35 sec) so, can anyone tell me on how to improve my mysql server so that it can run very fast???? thanks Teddy

Re: mysql extremely slow

2001-02-17 Thread Teddy A Jasin
Hi, The problem is when I execute show processlist; the mysql replied syntax error. So i cant use the processlist. here's wat the mysql respond: SHOW PROCESSLIST;parse error near 'PROCESSLIST' at line 1 thanks teddy- Original Message - From: "Fred van Engen&quo

Re: mysql is really a slow rdbms

2001-02-25 Thread Teddy A Jasin
Just simple question.. why u designed it such a way that differentiate the 'thn','bln' and 'hari' field when you can do it just using one field and using DATE type field instead of integer. and when you query u can use your SQL sorting to speed up searching. Regards

Re: lost connection to mysql!

2001-10-17 Thread Teddy A Jasin
I faced this problem before i used script_timeout function to fix. maybe you can try the same. regards, Teddy At 01:26 AM 10/18/2001 -0400, Sebastien Grenier wrote: >Hi, > > I'm running 2 websites in PHP 4.0.6 with Mysql 3.23.42 on OpenBSD 2.7. > > If the client

HELP: mysql driver error

2001-10-17 Thread Teddy A Jasin
operation generated errors. Check each OLE DB status value, if available. No work was done. /admin/admin_profile.asp, line 239 thank you Teddy - Before posting, please check: http://www.mysql.com/manual.php (the manua

select stmt problem

2001-10-23 Thread Teddy A Jasin
llowing error: Unknown column 'counts' in 'where clause' why is that so??? it works before and now give me this problem. any idea? regards. Teddy - Before posting, please check: http://www.mysql.com/ma

Re: select stmt problem

2001-10-24 Thread Teddy A Jasin
I did the grouping too... "...group by hpnumber" so what could be wrong? regards, Teddy At 02:13 AM 10/24/2001 -0400, Kodrik wrote: >for one, counts is not a colums, it aggreate values. In your case, since you >didn't group, all record retrieved will have the same va

Re: binary data

2001-02-03 Thread Teddy A Jasin
I have the scripts in php to do this if u want. "Robert C. Paulsen Jr." wrote: > How can I put binary data into a MySQL database? > > I assume the data type is blob, but I don't see how I can > use SQL syntax to insert anything but text data. I would > like to include various binary files (tar f

Re: binary data

2001-02-03 Thread Teddy A Jasin
R Uploading File:".mysql_errno().": ".mysql_error()."$SQL"); } okie hope that helps! Teddy "Robert C. Paulsen Jr." wrote: > On Sat, Feb 03, 2001 at 10:20:07PM +0800, Teddy A Jasin wrote: > > I have the scripts in php to do this if u want. > >

MYSQL BENCHMARKING & PROBLEMS

2001-02-06 Thread Teddy A Jasin
Hi, My website is running on MySql 3.21 and it has so much records that it sometimes stopped running and I had to restart the mysqld. My question is how do I go about benchmarking my site and the mysql server? TIA Teddy

Re: cant connect to local mysql server

2001-02-07 Thread Teddy A Jasin
Are you sure u try ur mysql server already? if not start the "mysqld" Teddy soon chee keong wrote: > hi..could someone pls help me > > i had created mysql server before in my pc but this morning i discovered > that i cant access my mysql server.this is what i t

Re: Insert into blob

2001-02-07 Thread Teddy A Jasin
R Uploading File:".mysql_errno().": ".mysql_error()."$SQL"); } okie hope that helps! Teddy [EMAIL PROTECTED] wrote: > Hi, > > I am having some problems inserting data into a blob field, everything works > fine but if I use any HTML and try to insert it, it do

ISAM and MYISAM

2001-02-09 Thread Teddy A Jasin
Hi, I've read some people talking about ISAM and MYISAM table. I dont understand what are those tables and can anyone explain to me and the difference of each table. and also which one has better performance? thanks