question for research (OT)

2002-11-16 Thread stibs-pi
ur help is highly appreciated! sql query STIBS - 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 P

Re: perl dbi and mysql question

2002-11-08 Thread stibs-pi
No clue of dbi/dbd but the query SHOW DATABASES does what it tells. STIBS - Original Message - From: "Shon Stephens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 3:44 PM Subject: perl dbi and mysql question > i am using perl db

Re: How to port MS Access to MySQL ??

2002-11-08 Thread stibs-pi
Yep, ODBC works great. Make a connection from Access to MySQL and mirror the access db into MySQL. STIBS > myodbc works fairly OK for me. > > On Fri, 2002-11-08 at 14:17, tmb wrote: > > Is there a tool for doing a quick port from MS Access > > to MySQL? > > > >

Re: Access replacement...

2002-11-05 Thread stibs-pi
ooopps! ähm sorry... yes, Rekall, not Kugar! STIBS - Original Message - From: "Daniel Kasak" <[EMAIL PROTECTED]> To: "Brad" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 3:47 AM Subject: Re: Access replacement... >

Re: Access replacement...

2002-11-05 Thread stibs-pi
nance utility; MyCC from mysql.com isn't a bad choice and it is cross platform > A database query tool; can't help you here, I ike SQL in ASCII mode STIBS - Before posting, please check: http://www.mysql.com/m

Re: Fehler beim Zugriff von Java auf mysql datenbank

2002-10-25 Thread STIBS
x27;s (ohne Java). STIBS === At 2002-10-25, 20:42:00 you wrote: === >Hallo, > >ich habe auf einem laufenden webserver mit mysql das verzeichnis >var/lib/mysql als tar file mit czpf erstellt und auf einem anderen >rechner an die selbe stelle entpackt. >Auf dem Quellre

Re: Re: phpmyadmin (OT)

2002-10-25 Thread STIBS
Webmin see webmin.com - good as hosting-console) or MySQLman (http://www.gossamer-threads.com), both Perl/DBI based. Neither any security problems though MySQLman has it's problems displaying HTML code in database fields e.g. from CMS db's. STIBS === At 2002-10-25, 11:56:00

RE: ENABLE KEYS

2002-10-21 Thread STIBS
>mysql>alter table a_log ENABLE KEYS; >ERROR 1064: You have an error in your SQL syntax near 'ENABLE KEYS' at >line 1 What version are you running, I think I read ENABLE/DISABLE KEYS just work in 4.0. STIBS --

Re: Re: content design / database design help

2002-10-20 Thread stibs-pi
contact_id :o) ... > > Though I'd go with the first advise. There is a good solution I often use > for construction companies: http://www.phprojekt.com. Veryvery complete! > :o) > > -- > ----- > PLEASE NO HT

Re: First time MySQL user needs help using/understanding mysqlimport

2002-10-20 Thread stibs-pi
ve no clue with Mac's. STIBS > At 17:28 -0400 10/19/02, Paul Melia wrote: > >Hello, > >I am newbie to MySQL and I having some problems transferring my > >existing data to MySQL. Could someone tell me what I am doing wrong? > > > >I started by exporting certa

RE: Connecting to MySQL on Linux from a Windows machine.

2002-10-18 Thread STIBS
n Webmin's server section you have a complete webbased MySQL administration. There I make all settings and forget about it. It just works after this setup. STIBS - Before posting, please check: http://www.mysql.com/ma

RE: Problem with UPDATE table ... thx 4 your help

2002-10-17 Thread STIBS
is available then I query the second and update the first. STIBS - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-ma

Problem with UPDATE table ... can u help plz?

2002-10-16 Thread STIBS
et the table1.field2 value. It doesn't find the second tables name [You have an error... near ... table(2.field2 should be here)]. Could someone give me the right direction? TIA! Michael Stibane (STIBS) [EMAIL PROTECTED] Training, Linux, Admin, Programming, Web http://www.stibs.cc Escap

question about moving datadir around

2001-03-21 Thread STIBS
Hi list! I try to change my data dir from the default /var/lib/mysql to /usr/mysql . On a standard Suse install I did the following: - copying all databases cp -R * /usr/mysql - changing the datadir in /etc/my.cnf to /usr/mysql - mysql restart - works fine On my ded. server I have RedHat 7 run