* 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
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
* 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
* 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
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
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
* 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
* 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
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
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
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
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
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
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
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
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
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
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
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
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
; >>
> >> 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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
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
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
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
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]
--- [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
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
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
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
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",
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.
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
-
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
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
"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
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
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
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
> 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
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
<[EMAIL PROTECTED]>
cc:
11/11/2003 09:03
Hello. Im 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)
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
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
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('
;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
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:
> &
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
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
, 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...
-->
-->
--&
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
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
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...
-->-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
--&
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
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
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
> 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
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,
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
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
* 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:
>&
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
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
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
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
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://
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
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
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
>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
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
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
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
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
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
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
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/
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
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
"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
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
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/
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/
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
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 - 100 of 179 matches
Mail list logo