Re: Editing/form interface

2012-01-19 Thread Tim Johnson
* Arthur Fuller [120119 07:09]: > You might want to have a look at our free utility called The_Usual, so > named because it's what a regular customer says in a bar or restaurant. > It's written in PHP and it does all the usual things such as Add, Edit, > Search, and goes a bit further (master-deta

Re: Editing/form interface

2012-01-19 Thread Arthur Fuller
You might want to have a look at our free utility called The_Usual, so named because it's what a regular customer says in a bar or restaurant. It's written in PHP and it does all the usual things such as Add, Edit, Search, and goes a bit further (master-detail forms, etc.) -- all automatically, bas

Re: Editing/form interface

2012-01-18 Thread Tim Johnson
* Michael Dykman [120118 16:04]: > Tim, > > I'm a dyed-in-the-wool console user myself. :) As am I. Great minds run in the same gutter! > I find the GUI tools make > it quicker getting a project started, slower getting a project done > so, no, I can't recommend a thing. I find that to be g

Re: Editing/form interface

2012-01-18 Thread Tim Johnson
* Claudio Nanni [120118 15:49]: > Hi Tim, Hi Again Claudio: > Excuse me but still I don't understand exactly what is the product you want > to build. I'm sorry, I'm not expressing myself well, I know it! I build all sorts of web-based products... > One thing is a tool (IDE) to work and one

Re: Editing/form interface

2012-01-18 Thread Claudio Nanni
g features" ? What are your "my view templates" ? And again, are you building a client-server architecture application or a web based? Any interface as you surely know needs a logic and an engine that runs that logic. That logic could reside on a client application, on a browser(javascrip

Re: Editing/form interface

2012-01-18 Thread Michael Dykman
Tim, I'm a dyed-in-the-wool console user myself. I find the GUI tools make it quicker getting a project started, slower getting a project done so, no, I can't recommend a thing. - michael On Wed, Jan 18, 2012 at 7:11 PM, Tim Johnson wrote: > * Michael Dykman [120118 13:00]: >> Mysql is a ba

Re: Editing/form interface

2012-01-18 Thread Tim Johnson
* Michael Dykman [120118 13:00]: > Mysql is a backend service and has no such application-level tools. > > You can, however, use MS-Access (or any other such tool) and use MySL > as a backend via an ODBC driver. Thanks Michael. I have use MS-Access in the past, but we no longer use Windows he

Re: Editing/form interface

2012-01-18 Thread Tim Johnson
* Claudio Nanni [120118 14:15]: > Tim, > > are you designing a client/server application or a web based one? Hi Claudio : I am asking a general question. I have developed web-based apps with mysql editing features for over 10 years now, but I am a little lazy. Or to be m

Re: Editing/form interface

2012-01-18 Thread Claudio Nanni
Tim, are you designing a client/server application or a web based one? Claudio 2012/1/18 Michael Dykman > Mysql is a backend service and has no such application-level tools. > > You can, however, use MS-Access (or any other such tool) and use MySL > as a backend via an ODBC driver. > > - mic

Re: Editing/form interface

2012-01-18 Thread Michael Dykman
Mysql is a backend service and has no such application-level tools. You can, however, use MS-Access (or any other such tool) and use MySL as a backend via an ODBC driver. - micael dykman On Wed, Jan 18, 2012 at 3:34 PM, Tim Johnson wrote: > Are there any utilities available that will enable t

Editing/form interface

2012-01-18 Thread Tim Johnson
Are there any utilities available that will enable the quick design and implementation of forms for editing and adding records? I.E. something like M$-Access or OpenOffice form designer/wizards. thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com -- My

developing a transaction safe interface with MySQL as database

2009-05-28 Thread Gábor Lénárt
ction handling or so, and also with administrating MySQL server at least. Now I have to develop a SOAP interface which is about querying data from MySQL database, and also to modify. The interface may be used by multiple clients in parallel, and it's also must be a secure solution to do that, so

Re[2]: Mysql Web interface for normal Users

2007-09-07 Thread Martins
ived-SPF: pass (lists.mysql.com: domain of [EMAIL PROTECTED] > designates 217.169.24.120 as permitted sender) > Message-ID: <[EMAIL PROTECTED]> > Date: Tue, 07 Nov 2006 15:29:37 + > From: Jonathon Wardman <[EMAIL PROTECTED]> > User-Agent: Thunderbird 1.5.0.7 (Window

Re: Mysql Web interface for normal Users

2006-11-07 Thread Jonathon Wardman
Vittorio Zuccalà wrote: Anthony ha scritto: for root access, i already have phpMyAdmin installed on the server. You can also use phpmyadmin for normal user. In my organization i use it for all users... Indeed, if you set PHPMyAdmin to 'HTTP' or 'cookie' authentication mode it will ask the us

Re: Mysql Web interface for normal Users

2006-11-07 Thread Vittorio Zuccalà
Vittorio Zuccalà ha scritto: You can also use phpmyadmin for normal user. In my organization i use it for all users... Uff... I didn't remember... If it is not enought you can use Dadabik (www.dadabik.org) It is great: do not be impressed from its simple interface. It is very comp

Re: Mysql Web interface for normal Users

2006-11-07 Thread Vittorio Zuccalà
Anthony ha scritto: for root access, i already have phpMyAdmin installed on the server. You can also use phpmyadmin for normal user. In my organization i use it for all users... -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysq

Mysql Web interface for normal Users

2006-11-07 Thread Anthony
Hello, i am looking for a simple Web interface, for normal users (non admin), that will only have access to their Database, and have the possibility to manage their tables (create,delete,insert,...). for root access, i already have phpMyAdmin installed on the server. -- MySQL General

Re: Running mysqld on certain interface

2006-08-14 Thread mark addison
On Mon, 2006-08-14 at 00:27 -0700, The Nice Spider wrote: > How do I set mysqld hears only on eth0? i am using FC > linux. Add a setting for bind_address under the mysqld section in the my.cnf file, set to the IP of eth0 (then restart the mysql server). hth, mark -- MARK ADDISON WEB DEVELO

Running mysqld on certain interface

2006-08-14 Thread The Nice Spider
How do I set mysqld hears only on eth0? i am using FC linux. -- God Bless Us -- __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- MySQL General Mailing List For list archives: http://lists

Replication / LOAD DATA FROM MASTER / secondary network interface

2006-06-22 Thread Tim Lucia
Hello List, Has anyone seen any problems using LOAD DATA FROM MASTER on a second slave using a secondary network interface? I have: mysql-master / {172.25.7.20 / eth0, 192.168.7.20 / eth1} / Red Hat EL V.4 / MySQL 5.0.22 mysql-slave1 / 172.25.1.58 / Windows XP / MySQL 5.0.18 mysql-slave2

Re: Disaster with dash on mysql cli interface

2006-06-21 Thread Brendan Bouffler
; >> > >> make it > >> > >> > known to the community. > >> > > >> > I needed to delete a record from a very large table (yes, it was > >> > backed up) and like the cli interface of mysql. I ran this query: > >> > &g

Re: Disaster with dash on mysql cli interface

2006-06-21 Thread Andrew Nelson
On Wed, 21 Jun 2006 11:12:40 -0400, Kevin Old wrote: > Hello everyone, > > I had a horrible thing happen to me this morning and wanted to make it > known to the community. > > I needed to delete a record from a very large table (yes, it was > backed up) and like the cli i

Re: Disaster with dash on mysql cli interface

2006-06-21 Thread Harrison Fisk
from a very large table (yes, it was > backed up) and like the cli interface of mysql. I ran this query: > > delete from tablename where id - 12345; > > Notice that I accidentally hit the dash (-) instead of the equal (=). > It proved to be disasterous as it deleted all the rec

Re: Disaster with dash on mysql cli interface

2006-06-21 Thread Kevin Old
On 6/21/06, Barry <[EMAIL PROTECTED]> wrote: Kevin Old schrieb: > Hello everyone, > > I had a horrible thing happen to me this morning and wanted to make it > known to the community. > > I needed to delete a record from a very large table (yes, it was > backed up) an

Re: Disaster with dash on mysql cli interface

2006-06-21 Thread Barry
Kevin Old schrieb: Hello everyone, I had a horrible thing happen to me this morning and wanted to make it known to the community. I needed to delete a record from a very large table (yes, it was backed up) and like the cli interface of mysql. I ran this query: delete from tablename where id

Disaster with dash on mysql cli interface

2006-06-21 Thread Kevin Old
Hello everyone, I had a horrible thing happen to me this morning and wanted to make it known to the community. I needed to delete a record from a very large table (yes, it was backed up) and like the cli interface of mysql. I ran this query: delete from tablename where id - 12345; Notice

World-Wide Attention: Top Language to interface with SQL servers - PostgreSQL, MySQL, FireBird

2006-06-04 Thread Al_Dev
World-Wide public announcement (every human animal on this planet must read this announcement) : The top RDBMS SQL systems are: Number one: PostgreSQL Number two: FireBird and MySQL. Now, which are the top computer languages which you would use to interface with these SQL servers?? You

Re: Killing MySQL connections on a specific interface from a specific host

2006-05-02 Thread Dominik Klein
I am not really sure why you would need this , but I am just throwing in a possible solution.. First I would say since you need to kill connections on a specific interface (eth0), It would be fair to assume that you have more than one interface, if thats the case and you don't hav

Re: Killing MySQL connections on a specific interface from a specific host

2006-04-28 Thread Kishore Jalleda
On 4/28/06, Dominik Klein <[EMAIL PROTECTED]> wrote: Hi I'd like to know if there is anything to kill connections from a specific client ip that came to the server on a specific interface. I do not want to block them on layer 2 (which could easily be done with netfilter), I would

Killing MySQL connections on a specific interface from a specific host

2006-04-28 Thread Dominik Klein
Hi I'd like to know if there is anything to kill connections from a specific client ip that came to the server on a specific interface. I do not want to block them on layer 2 (which could easily be done with netfilter), I would like to be able to kill active connections. For example: I

Re: ACCESS ODBC Interface whit 5.0.4

2005-05-05 Thread Daniel Kasak
nstalled previouly. Tables with unsigned integer fields work just >fine through this interface on previous versions. > unsigned int doesn't work for me. Anyway, you don't seem to have an unsigned in in the table def below so it doesn't matter. > The only anomaly up to &g

RE: ACCESS ODBC Interface whit 5.0.4

2005-05-05 Thread Gordon
Thanks, that looks like my problem. I 'll wait until the fix percolates into the 5. stream. -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 10:00 AM To: mysql@lists.mysql.com Subject: Re: ACCESS ODBC Interface whit 5.0.4 Hello. Hav

RE: ACCESS ODBC Interface whit 5.0.4

2005-05-05 Thread Gordon
integer fields work just fine through this interface on previous versions. The only anomaly up to this point is that I can't change timestamp fields through the odbc connection. They display as dates in access and I can change other fields in the table correctly, just can't change the

Re: ACCESS ODBC Interface whit 5.0.4

2005-05-05 Thread Gleb Paharenko
Hello. Have you been here? http://bugs.mysql.com/bug.php?id=9211 >I have been using ACCESS to do simpe data editing on our MySQL tables >for 3 >years. > I recently installed 5.0.4 on my machine to evaluate it. I linked the > tables > into ACCESS through my old ODBC driver and g

Re: ACCESS ODBC Interface whit 5.0.4

2005-05-04 Thread Daniel Kasak
Gordon wrote: >I have been using ACCESS to do simpe data editing on our MySQL tables for 3 >years. > > > >I recently installed 5.0.4 on my machine to evaluate it. I linked the tables >into ACCESS through my old ODBC driver and got > > > >ODBC-update on a linked table 'product_order_choice' fai

ACCESS ODBC Interface whit 5.0.4

2005-05-04 Thread Gordon
I have been using ACCESS to do simpe data editing on our MySQL tables for 3 years. I recently installed 5.0.4 on my machine to evaluate it. I linked the tables into ACCESS through my old ODBC driver and got ODBC-update on a linked table 'product_order_choice' failed [Microsoft][ODBC Driv

Re: developing an interface

2005-02-04 Thread Michael Dykman
ng style sheets > etc. > They get a green screen (literally with the right lynx config) where tab etc > all behave (complete with 1 - 9 working as hotkeys for menus), but you can > migrate new users to the Firefox/IE interface :) This is an excellent idea. It makes for easy development wh

Re: developing an interface

2005-02-04 Thread Winn Johnston
ole app. > > Give them lynx and write your app in php as a web > app, using style sheets etc. > They get a green screen (literally with the right > lynx config) where tab etc > all behave (complete with 1 - 9 working as hotkeys > for menus), but you can > migrate ne

Re: developing an interface

2005-02-04 Thread Duncan Hill
e with 1 - 9 working as hotkeys for menus), but you can migrate new users to the Firefox/IE interface :) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: developing an interface

2005-02-04 Thread Winn Johnston
--- [EMAIL PROTECTED] wrote: > Winn Johnston <[EMAIL PROTECTED]> wrote on > 02/04/2005 10:30:54 AM: > > > I have taken on a job replacing an old AS400 RPM > > database with four thin clients. They really like > the > > feel of the thin client interface, n

Re: developing an interface

2005-02-04 Thread SGreen
Winn Johnston <[EMAIL PROTECTED]> wrote on 02/04/2005 10:30:54 AM: > I have taken on a job replacing an old AS400 RPM > database with four thin clients. They really like the > feel of the thin client interface, no point and click, > no graphics, just green text on a black bac

interface developing

2005-02-04 Thread Winn Johnston
i have taken on a job replacing an old AS400 RPM database with four thin clients. They really like the feel of the thin client interface, no point and click, no graphics, just green text on a black background. I could use any suggestions on what to read, or where to look to find a way to create a

developing an interface

2005-02-04 Thread Winn Johnston
I have taken on a job replacing an old AS400 RPM database with four thin clients. They really like the feel of the thin client interface, no point and click, no graphics, just green text on a black background. I could use any suggestions on what to read, or where to look to find a way to create a

One question about Perl DBI interface.

2004-11-29 Thread webmaster
Good morning! Important: SQL Server used: MySQL (version 4.0.17) on UNIX FreeBSD. Answer this question please: Can I make a request, consisting of several SQL commands at one step, like this: use DBI; my $db = DBI->new(); $db = DBI->connect(...) or die "Can't connect to DataBase:", "error code",

C Interface on Windows XP

2004-11-29 Thread Hossain, Ashfaq \(Ashfaq\)
I have MySQL installed on my Windows XP machine. No problems. I have seen examples of MySQL interfacing with C in the UNIX environment. I can install Visual C++ on my XP machine. Is it possible to interface any such Windows-based C/C++ compiler with MySQL? Any examples? Thanks.

Fulltext user interface

2004-10-05 Thread leegold
Or if the radio button "phrase" was checked, then simply put quotes around what the user submits - It seems easy - but I was expecting it to be difficult to get a polished interface. btw, The search works nicely when done manually w/the instructions. "search field" here -

Re: about PHP user interface

2004-02-24 Thread Ligaya Turmelle
hphelp.com. Respectfully, Ligaya Turmelle ""Togochog Enhebatu"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi, > > I am new in PHP, and I would like to create some user interface with PHP. > Could anyone tell me what is the easies

Re: about PHP user interface

2004-02-24 Thread Sreekandh Iyer
embedding PHP scripts in between your HTML tags .. use vi or emacs editor :-) sree On Tue, 2004-02-24 at 11:44, Togochog Enhebatu wrote: > hi, > > I am new in PHP, and I would like to create some user interface with PHP. > Could anyone tell me what is the easiest wa

Re: about PHP user interface

2004-02-24 Thread Egor Egorov
"Togochog Enhebatu" <[EMAIL PROTECTED]> wrote: > > I am new in PHP, and I would like to create some user interface with PHP. > Could anyone tell me what is the easiest way to do this? > It's better to use PHP mailing list which is better decicated for this pu

about PHP user interface

2004-02-23 Thread Togochog Enhebatu
hi, I am new in PHP, and I would like to create some user interface with PHP. Could anyone tell me what is the easiest way to do this? thanks a lot, Enhebatu _ Store more e-mails with MSN Hotmail Extra Storage – 4 plans to choose

C API Prepared Statement Interface - MYSQL_BIND

2003-11-19 Thread Richard Tibbetts
I am finding the documentation located at http://www.mysql.com/doc/en/C_API_Prepared_statement_datatypes.html on the C API Prepared Statement Interface to be a bit unclear. In the MYSQL_BIND datatype, when using mysql_bind_param() and mysql_excute() to pass parameters to a prepared statment, how

Re: GUI interface

2003-11-11 Thread Martijn Tonies
Hi Alisa, > Hello. I'm looking for a GUI client that will run under Windows 2000 and > attach to Solaris 8 server that will allow me to see all the tables and data > in my mysql database. If you're looking for another tool that does more, there's a new tool in town: Database Workbench ( www.upsc

Re: GUI interface

2003-11-11 Thread Chris Boget
> Hello. I'm looking for a GUI client that will run under Windows 2000 > and attach to Solaris 8 server that will allow me to see all the tables > and data in my mysql database. Others have mentioned phpMyAdmin. While that is an excellent piece of code, I find that it's someone slow to do what

Re: GUI interface

2003-11-11 Thread Haydies
From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 2:19 PM Subject: Re: GUI interface if you want a windows client, get MySqlCC right off the home page www.mysql.com. I'm using htis in the exact setup you ment

Re: GUI interface

2003-11-11 Thread jeffrey_n_Dyke
<[EMAIL PROTECTED]> cc: 11/11/2003 09:03

GUI interface

2003-11-11 Thread Alisa Brouwer
Hello. I’m looking for a GUI client that will run under Windows 2000 and attach to Solaris 8 server that will allow me to see all the tables and data in my mysql database. Thanks for any help. Thank you, Alisa Brouwer Network Administrator eServ, LLC 8200 North Allen Road Peoria, IL 61615 (309)

Re: [mysql] RE: web interface...

2003-10-10 Thread Bill Kendrick
On Thu, Oct 09, 2003 at 06:41:42PM -0400, Dora wrote: > I m open to suggestions. I use HTML and JavaScript regularly. If I > have some sample code I could hack it do what I need. My website is on > a UNIX CGI plant form. I'd suggest PHP. Perl, PHP and to a lesser degree, C and Python, are the

RE: web interface...

2003-10-10 Thread Illyes Laszlo
ke to do it myself though. > > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 6:40 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: web interface... > > There are about 1000 people on this list that c

Re: web interface...

2003-10-10 Thread Michael Johnson
If you are looking at PHP, may I suggest the PEAR DB http://pear.php.net > family of classes? It implements functionality that I imagine is similar to perl's DBI interface. require_once('DB.php'); // Note that database backend can be specified. $db = DB::connect('

RE: web interface...

2003-10-09 Thread Dathan Vance Pattishall
;From: Dora [mailto:[EMAIL PROTECTED] -->Sent: Thursday, October 09, 2003 3:42 PM -->To: 'Dathan Vance Pattishall'; [EMAIL PROTECTED] -->Subject: RE: web interface... --> -->I m open to suggestions. I use HTML and JavaScript regularly. If I -->have some sample code I co

Re: web interface...

2003-10-09 Thread Martin Gainty
Dont worry The indians will put 3 more of us out of work by tommorrow am! -M - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 6:45 PM Subject: Re: web interface... > Martin Gainty wrote: > &

Re: web interface...

2003-10-09 Thread John Nichel
Dora wrote: I m open to suggestions. I use HTML and JavaScript regularly. If I have some sample code I could hack it do what I need. My website is on a UNIX CGI plant form. What are your thoughts? Thanks PHP... http://www.php.net And if PHP isn't doable, Perl. -- By-Tor.com It's all about the

Re: web interface...

2003-10-09 Thread bluejack
On Thu, 9 Oct 2003 18:41:42 -0400, Dora <[EMAIL PROTECTED]> wrote: I m open to suggestions. I use HTML and JavaScript regularly. If I have some sample code I could hack it do what I need. My website is on a UNIX CGI plant form. Add PHP to your list of skills. There is so much documentation on t

RE: web interface...

2003-10-09 Thread Dora
, October 09, 2003 6:28 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: web interface... -->-Original Message- -->From: Dora [mailto:[EMAIL PROTECTED] -->Sent: Thursday, October 09, 2003 3:18 PM -->To: [EMAIL PROTECTED] -->Subject: web interface... --> --> --&

Re: web interface...

2003-10-09 Thread John Nichel
Martin Gainty wrote: There are about 1000 people on this list that can put a web front end for you Something to think about.. -Martin Gainty Who am I missing? I only counted 997. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- MySQL General Mailing List For list archives: http://li

RE: web interface...

2003-10-09 Thread Dora
Thank you. I'd like to do it myself though. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 6:40 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: web interface... There are about 1000 people on this list that can put

Re: web interface...

2003-10-09 Thread Martin Gainty
There are about 1000 people on this list that can put a web front end for you Something to think about.. -Martin Gainty - Original Message - From: "Dora" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 6:21 PM Subject: web interface...

RE: web interface...

2003-10-09 Thread Dathan Vance Pattishall
-->-Original Message- -->From: Dora [mailto:[EMAIL PROTECTED] -->Sent: Thursday, October 09, 2003 3:18 PM -->To: [EMAIL PROTECTED] -->Subject: web interface... --> --> -->Hi --> -->I have used other relational databases but am new to my sql. Where can --&

web interface...

2003-10-09 Thread Dora
Hi I have used other relational databases but am new to my sql. Where can I find documentation on how to connect my database to a web page? Thanks

web interface...

2003-10-09 Thread Dora
Hi I have used other relational databases but am new to my sql. Where can I find documentation on how to connect my database to a web page? Thanks

Re: Web interface

2003-02-20 Thread KH Chiu
I am using phpMyAdmin. But it is written in php. Regards, KH > Hi all! > > I started using MySQL about two months ago (and I already love it!) > and I'm new to this list... > > I would like to know if there's some web interface for MySQL > management that h

Re: Web interface

2003-02-20 Thread 1LT John W. Holmes
> I started using MySQL about two months ago (and I already love it!) and I'm new to this list... > > I would like to know if there's some web interface for MySQL management that has been released as open source. Preferably this should be in ASP 3.0 or ASP .NET languages, but

Web interface

2003-02-20 Thread Michele Taverna
Hi all! I started using MySQL about two months ago (and I already love it!) and I'm new to this list... I would like to know if there's some web interface for MySQL management that has been released as open source. Preferably this should be in ASP 3.0 or ASP .NET languages,

matlab interface

2003-02-14 Thread Jeff Mathis
hello, does anyone know of a good mysql-matlab release 13 interface? the standard database connection capability within matlab is a really poor implementation based on JDBC. JDBC is fine, but not how the matlab people use it. thanks jeff -- Jeff Mathis, Ph.D. 505-995-1434

Re: interface to python?

2003-02-02 Thread Michael T. Babcock
I use MySQL-python (use freshmeat to find it). I've written my own class to use around it which looks a lot like: class MyDBClass: def __init__(self): self.db = None self.dbname, self.user, self.passwd = None, None, None def connect(self, user = "", pa

Re: interface to python?

2003-01-31 Thread Roger Baklund
* vishnu mahendra > is there any simple ways to interface python with mysql http://sourceforge.net/projects/mysql-python > > if yes tell me the details how do we do it in > windows and linux You will find instructions on the sourceforge site. A small demo, low level API: >&

Re: interface to python?

2003-01-31 Thread Paul DuBois
At 21:48 -0800 1/30/03, vishnu mahendra wrote: is there any simple ways to interface python with mysql if yes tell me the details how do we do it in windows and linux Yes. You can find an article describing how to do it at: http://www.kitebird.com/articles/ You can find a bunch of scripts

Re: interface to python?

2003-01-31 Thread Rog11228
Hello, For windows check out Python from: www.ActiveState.com It comes with some nice additions. Also check out the Python Mysql interface (v2.xx) api. www.python.org/topics/database/ For windows the Rekall front end (Access like and an alternative to php) looks promising. www.thekompany.com

Re: interface to python?

2003-01-31 Thread Fred van Engen
On Thu, Jan 30, 2003 at 09:48:16PM -0800, vishnu mahendra wrote: > is there any simple ways to interface python with > mysql if yes tell me the details how do we do it in > windows and linux > I never used Python, but this is very easy to find: http://www.python.org/ http://ww

interface to python?

2003-01-31 Thread vishnu mahendra
is there any simple ways to interface python with mysql if yes tell me the details how do we do it in windows and linux __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: mysqld hangs when accessed from external interface / servers

2002-10-06 Thread Sergey S. Kostyliov
On Sunday 06 October 2002 23:05, Sergey S. Kostyliov wrote: > On Sunday 06 October 2002 22:04, Stan P. van de Burgt wrote: > > So, a fix to this MySQL bug anyone?? > > I don't think this is a mysql bug. > I'm personaly solve this problem by just glibc downgrade > E. g. RedHat-7.3. > > wget ftp://

Re: mysqld hangs when accessed from external interface / servers

2002-10-06 Thread Sergey S. Kostyliov
On Sunday 06 October 2002 22:04, Stan P. van de Burgt wrote: > So, a fix to this MySQL bug anyone?? I don't think this is a mysql bug. For me it seems like a bug in a RedHat patch to glibc. Btw mysql binary packages are not affected. (IIRC they are staticaly linked against mysql team homemade gli

Re: mysqld hangs when accessed from external interface / servers

2002-10-06 Thread Stan P. van de Burgt
So, a fix to this MySQL bug anyone?? - Stan - 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 PROTEC

Re: mysqld hangs when accessed from external interface / servers

2002-10-06 Thread Sergey S. Kostyliov
Hello all, On Saturday Sun, 6 Oct 2002 11:27:29 +0200, Stan P. van de Burgt wrote: > >Description: > if I access the mysqld locally, all is well, but if I access it > from outside (i.e. not over the 127.0.0.1 interface), the daemon > hangs and restarts. > > Could this be t

mysqld hangs when accessed from external interface / servers

2002-10-06 Thread Stan P. van de Burgt
>Description: if I access the mysqld locally, all is well, but if I access it from outside (i.e. not over the 127.0.0.1 interface), the daemon hangs and restarts. Could this be the result of a run of RedHat up2date which placed a new gclib? >How-To-Repeat: [root@liz root]# mysql -h

Re: MySQL tutorials, users & passwords, interface.

2002-08-21 Thread Frank Shute
On Wed, Aug 21, 2002 at 03:59:20AM +0100, Donna Robinson wrote: > > Filter fodder: query, sql > > On Wednesday 21 August 2002 3:03 am, Nathaniel Mallet wrote: > > I haven't read Managing and Using MySQL, but I do own (and read cover to > > cover) MySQL and mSQL. While it's not a bad book, it's de

Re: MySQL tutorials, users & passwords, interface.

2002-08-20 Thread Donna Robinson
Filter fodder: query, sql On Wednesday 21 August 2002 3:03 am, Nathaniel Mallet wrote: > I haven't read Managing and Using MySQL, but I do own (and read cover to > cover) MySQL and mSQL. While it's not a bad book, it's definitely not > for anyone wanting to do anything serious. It's about 460 pag

Re: MySQL tutorials, users & passwords, interface.

2002-08-20 Thread Nathaniel Mallet
nd work reasonably well. > > > > John Gruber > > > > -Original Message- > > From: Gavin Alexander [mailto:[EMAIL PROTECTED]] > > Sent: Monday, August 19, 2002 6:03 PM > > To: [EMAIL PROTECTED] > > Subject: MySQL tutorials, users & passwor

Re: MySQL tutorials, users & passwords, interface.

2002-08-20 Thread Donna Robinson
onably well. > > John Gruber > > -Original Message- > From: Gavin Alexander [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 19, 2002 6:03 PM > To: [EMAIL PROTECTED] > Subject: MySQL tutorials, users & passwords, interface. > > > HI, > I am just starting o

RE: MySQL tutorials, users & passwords, interface.

2002-08-20 Thread John Gruber
well. John Gruber -Original Message- From: Gavin Alexander [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 6:03 PM To: [EMAIL PROTECTED] Subject: MySQL tutorials, users & passwords, interface. HI, I am just starting out with MySQL, using Tomcat as standalone on a Win2000 machine

Re: MySQL tutorials, users & passwords, interface.

2002-08-19 Thread jaydrake
n/GRANT.html) > 3) Recomend an easy to use interface for MySQL (can I use phpMyAdmin if > I'm not using PHP?). phpMyAdmin is great, but it certainly requires that you have php installed and running. (Although this doesn't mean you have to use php for anything else.) One windows prog

MySQL tutorials, users & passwords, interface.

2002-08-19 Thread Gavin Alexander
easy to use interface for MySQL (can I use phpMyAdmin if I'm not using PHP?). Many thanks, Gavin - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: Another one on lost connections( using web interface)

2002-08-18 Thread Chris Knipe
efinitely write something to the error log... Tweaking your my.cnf and php.ini may also help you cause here... -- me - Original Message - From: "Defryn, Guy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 18, 2002 11:25 PM Subject: Another one on

Another one on lost connections( using web interface)

2002-08-18 Thread Defryn, Guy
I also have a problem with lost connections. I have small mysql database (version 3.23.49 on FreeBSD 4.5) I have created a website interface to enter and retrieve data. I used ASP to do this. Sometimes when I go to the website I get the error "can't connect or lost connection to ser

Re: graphical interface to mysql on red hat 7.3

2002-07-31 Thread Trond Eivind Glomsrød
"Desmond Lee" <[EMAIL PROTECTED]> writes: > Hi there > > I'm doing fine with the command line interface of mysql, no complaints > from me. Howerver, another team member who knows nothign about mysql > is more familiar with the windows stuff like access. I

Re: Interface

2002-07-30 Thread Dicky Wahyu Purnomo
Pada Wed, 31 Jul 2002 09:41:45 +0300 "Dogaru Dragos" <[EMAIL PROTECTED]> menulis : > Hi, > > I was wondering if it's posible to make mysql listen on only one interface > (eth0, eth1 etC)? just add on your mysqld options --bind-address=IP -> Ip ad

Interface

2002-07-30 Thread Dogaru Dragos
Hi I was wondering if it's posible to make mysql listen on only one interface (eth0, eth1 etC)? Goja - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Interface

2002-07-30 Thread Dogaru Dragos
Hi, I was wondering if it's posible to make mysql listen on only one interface (eth0, eth1 etC)? Goja - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

RE: graphical interface to mysql on red hat 7.3

2002-07-28 Thread Quinten Steenhuis
x27;s among the best graphical interfaces for MySQL. On Sun, 28 Jul 2002, Shashank Tripathi wrote: > Date: Sun, 28 Jul 2002 20:54:41 +0900 > From: Shashank Tripathi <[EMAIL PROTECTED]> > To: 'Desmond Lee' <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: RE

RE: graphical interface to mysql on red hat 7.3

2002-07-28 Thread Shashank Tripathi
Hi Desmond, | But do you know of any free graphical interfaces for | linux that are not | browser based? Did you try MySqlGUI from the MySql website? It runs on x-windows, so should suffice (perhaps) although the jury is still out so to speak on its interface (http

  1   2   >