Re: Newbie problem

2004-12-19 Thread Darrell Cormier
On Saturday 18 December 2004 04:12 pm, Sasha Pachev wrote: Darrell: Note that MySQL is attempting to parse something that you do not seem to have in your query. I believe what is happening is that you are overwriting some buffer somewhere (possibly in the sprintf() call), and then end up

Re: Newbie problem

2004-12-18 Thread Sasha Pachev
program output INSERT INTO wfr_map (filename, facility, lot, wafer, repeat_cnt, dte, tme, prog, product, type, prober, tester, probecard,loadboard, operator, temp, fail_cnt, pass_cnt, d_chips, tot_cnt,yield, neff,flat, b_mode, test_var, w_pass,npar,msg,map_type_id,archive)

Newbie problem

2004-12-17 Thread Darrell Cormier
I am new to MySQL and have an odd problem of which I am hoping someone can assist. I am attempting to insert data into my db using C++ and the C-API. The database connects fine, and I can get a select statement to return data, but the insert will not work from the program. I then had the

Possible solution to a simple newbie problem of JOINs

2003-07-01 Thread David Shugarts
My newbie problem is solved and it may help other newbies if I share it. The idea is to take two or more tables and combine their data into one table that you can query. Each of the source tables may only have one or two columns of overlap. You want records (rows) that do not fill in data

newbie problem

2002-11-11 Thread CoastResearch
Hi all, I cant get any version of MySQL to work without crashing my system eventually. Specifically I have mysql-3.23.53 on a win 98SE system and as I use it throughout the day, there are hesitations caused by ???. Then slowly apps begin to get buggy ie the help file for MySQL will not

newbie problem

2002-05-10 Thread Lalit Nagpal
hello friends, mysql .. i just want to move my database from one computer to another ... no lan ... can be taken on a cd ... how to plz tell me thanx a lot Lalit Nagpal __ Do You Yahoo!? Yahoo! Shopping - Mother's Day is May 12th!

AW: newbie problem

2002-05-10 Thread Braun, Markus
PROTECTED]] Gesendet am: Freitag, 10. Mai 2002 10:11 An: [EMAIL PROTECTED] Betreff: newbie problem hello friends, mysql .. i just want to move my database from one computer to another ... no lan ... can be taken on a cd ... how to plz tell me thanx a lot Lalit Nagpal

Re: newbie problem

2002-05-10 Thread Egor Egorov
Lalit, Friday, May 10, 2002, 11:10:52 AM, you wrote: LN i just want to move my database from one computer to LN another ... no lan ... can be taken on a cd ... LN how to plz tell me You should use mysqldump utility for database backup. Some useful info about backup and mysqldump you can find

Newbie Problem .

2001-12-26 Thread Kamlesh Mutha
Hi list, This is the first time I am installing MySql on my machine. I downloaded the latest tar version (3.23.46) from mysql.com and tried to install it. But when I gave the command ./configure --prefix=/usr/local/mysql It gave me the message that you don't need to configure

Newbie problem with winmysqladmin

2001-06-28 Thread Michael Tam
Hi All, I am new to MySQL and have a problem using winmysqladmin. MySQL is working fine, which I can access the database from my Java apps. However, when I tried to use winmysqladmin to obtain my db and table info, winmysqladmin never connects with MySQL and I can't obtain the info.

Re: Newbie problem with winmysqladmin

2001-06-28 Thread Sinisa Milivojevic
Michael Tam writes: Hi All, I am new to MySQL and have a problem using winmysqladmin. MySQL is working fine, which I can access the database from my Java apps. However, when I tried to use winmysqladmin to obtain my db and table info, winmysqladmin never connects with MySQL and I

Re: Newbie problem with winmysqladmin

2001-06-28 Thread Miguel Angel Solórzano
At 12:28 28/06/2001 -0700, Michael Tam wrote: Hi, WinMySQLAdmin only shows for you the db and table info, when is able to do a connection using an user name and his password which are edited at first start and when the my.ini file exist. So, if you are not using my.ini file, then the tool doesn't

RE: Newbie problem with winmysqladmin

2001-06-28 Thread Bomber Steel
[mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 1:28 PM To: mysql Subject: Newbie problem with winmysqladmin Hi All, I am new to MySQL and have a problem using winmysqladmin. MySQL is working fine, which I can access the database from my Java apps. However, when I tried to use

phpMyAdmin newbie problem

2001-06-19 Thread Tommy Beavitt
Hi, I am wondering why I am unable to use the SELECT statement to access data in a MySQL (3.22.32) database I have created using phpMyAdmin (2.1.0). Everything else about it is a delight to use (I am migrating from SQLAnywhere) and I have managed to create tables and insert data into them no

Re: phpMyAdmin newbie problem

2001-06-19 Thread Tommy Beavitt
At 10:23 am +0100 19/6/01, Tommy Beavitt wrote: I am wondering why I am unable to use the SELECT statement to access data in a MySQL (3.22.32) database I have created using phpMyAdmin (2.1.0). Everything else about it is a delight to use (I am migrating from SQLAnywhere) and I have managed to

Re: phpMyAdmin newbie problem

2001-06-19 Thread Tyrone Mills
Drop the semi-colon off the end of the SQL Statement you wish to run. You don't need them in the phpMyAdmin SQL Window. Enjoy, Tyrone - Original Message - From: Tommy Beavitt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 8:31 AM Subject: Re: phpMyAdmin newbie

[NEWBIE] Problem to launch mysqld

2001-04-22 Thread Stephane Pinel
I try to execute "safe_mysqld --user=mysqladmin " and the system return: "chown: mysqladmin: usesager invalide Starting mydqld daemon with databases from var/lib/mysgl 010422 : 17:59:25 mysqld ended" I'm extremely newbie in Linux and I waould appreciate some help To launch MySQL PII 350 Mhz

newbie problem... (error 2002)

2001-04-06 Thread Damien PRAT
when i try to run phpmyadmin i got an error message and the log from mysql says: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) any idéa? i'm a total newbie :o) -- D. -

Re: newbie problem... (error 2002)

2001-04-06 Thread B. van Ouwerkerk
when i try to run phpmyadmin i got an error message and the log from mysql says: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) AAARG if you would have taken the time to check the archive you would have know it has to do with the location

newbie: problem with select in (select)

2001-02-05 Thread Henrik Lebtien Mohr
Hi again If I try the following on my MySQL DB, I get an error: select user_id from tblUser where user_id in (select user_id from tblUserLink where group_id = xx) xx is an integer defining which group_id we want info on (mediumint(9)) user_id in tblUser and tblUserLink is also defined as

Re: newbie: problem with select in (select)

2001-02-05 Thread René Tegel
go to www.codecity.com mysql just does not support in :((( it's good, but far for 'sql compliant'... gl rene - Original Message - From: "Henrik Lebtien Mohr" [EMAIL PROTECTED] To: "MySQL List" [EMAIL PROTECTED] Sent: Monday, February 05, 2001 7:46 PM Subj

newbie: problem on untar mysql-3.23.30-gamma.tar.gz

2001-01-15 Thread jjccw
Hi all, I tried to unzip and untar the MySQL source file mysql-3.23.30-gamma.tar.gz with the following command gunzip -dc mysql-3.23.30-gamma.tar.gz | gtar vxf - But I got the following erroe message, what i can do to solve it? Thanks choi Error messages gtar:

Re: newbie: problem on untar mysql-3.23.30-gamma.tar.gz

2001-01-15 Thread Gerald L. Clark
[EMAIL PROTECTED] wrote: Hi all, I tried to unzip and untar the MySQL source file mysql-3.23.30-gamma.tar.gz with the following command gunzip -dc mysql-3.23.30-gamma.tar.gz | gtar vxf - But I got the following erroe message, what i can do to solve it? Thanks choi Error