Re[2]: Mysql Web interface for normal Users

2007-09-07 Thread Martins
Hi!

Just wanted to bring up an old topic - the situation with mysql web
clients is the same as last year or is there any new good software?
Something that would be easy to use and look nice to the users? I'm
also looking for something quite simple yet enough customizable.

Thanks!

Martins


Tuesday, November 7, 2006, 6:29:37 PM, you wrote:

> Return-Path: <[EMAIL PROTECTED]>
> Received: from murder ([unix socket])
>  by mx.dmmc.lv (Cyrus v2.2.12-Gentoo) with LMTPA;
>  Tue, 07 Nov 2006 17:32:33 +0200
> X-Sieve: CMU Sieve 2.2
> Received: from localhost (localhost [127.0.0.1])
> by mx.dmmc.lv (Postfix) with ESMTP id 7D44B376740
> for <[EMAIL PROTECTED]>; Tue,  7 Nov 2006 17:32:33 +0200 (EET)
> X-Virus-Scanned: amavisd-new at 
> Received: from mx.dmmc.lv ([127.0.0.1])
> by localhost (mx.dmmc.lv [127.0.0.1]) (amavisd-new, port 10024)
> with ESMTP id qHBWBUTiWlZx for <[EMAIL PROTECTED]>;
> Tue,  7 Nov 2006 17:32:27 +0200 (EET)
> Received: from lists.mysql.com (lists2.mysql.com [213.136.52.31])
> by mx.dmmc.lv (Postfix) with SMTP id 83D9235E42D
> for <[EMAIL PROTECTED]>; Tue,  7 Nov 2006 17:32:27 +0200 (EET)
> Received: (qmail 17155 invoked by uid 510); 7 Nov 2006 15:26:43 -
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> List-ID: 
> Precedence: bulk
> List-Help: <mailto:[EMAIL PROTECTED]>
> List-Unsubscribe:
> <mailto:[EMAIL PROTECTED]>
> List-Post: <mailto:mysql@lists.mysql.com>
> List-Archive: http://lists.mysql.com/mysql/203189
> Delivered-To: mailing list mysql@lists.mysql.com
> Received: (qmail 12711 invoked by uid 509); 7 Nov 2006 15:25:40 -
> Received-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 (Windows/20060909)
> MIME-Version: 1.0
> To: [EMAIL PROTECTED]
> Cc: mysql@lists.mysql.com, Anthony <[EMAIL PROTECTED]>
> Subject: Re: Mysql Web interface for normal Users
> References: <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]>
> In-Reply-To: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: 8bit

> 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 user for their user name and password and use that 
> information to decide which databases they have access to.

>  - Jonathon Wardman, flutt.net




-- 
Best regards,
 Martinsmailto:[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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 user for their user name and password and use that 
information to decide which databases they have access to.


- Jonathon Wardman, flutt.net

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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 
completed software :-)




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

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.mysql.com/[EMAIL PROTECTED]

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 Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL & Web Clustering...

2004-06-22 Thread Terence
Apparently OpenMosix won't work with MySQL because MySQL uses Shared Memory.
There is apparently a component called MAASK which might help.

Roy Nasser wrote:
Hi All,
We have recently acquired some new machines for our ASP service, and I
am investigating different options and setups to optimize everything.
We currently have one large DB server, with RAID5, etc, running mysql
and a few smaller servers for web applications, and e-mail.  These
smaller servers arent all identical in their software, and they run
different services.
We currently have reached a certain limit in the DB as well as in some
of our applications on the webservers, hence the need for something
expandable.
I have read slightly about MySQLCluster, as well as some other solutions
such as openMosix, Mosix and LVS.  I was wondering if you guys have
experience, and what you would recommend for the DB and for the
webservers.  I still want to maintain them separate, even if I end up
having 2 different clusters, I prefer to keep the DB away from the
application for security reasons.
Thanks!
Roy
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: MySQL & Web Clustering...

2004-06-18 Thread Mike Miller
The meaning of that was client-side being sending inserts/updates to the 
master server.  This would be done in the program/script upon an insert 
query.

A daemon could forward insert/update requests to a master and all others 
round-robin and simply pass packets.  This is if you have to make it 
seamless.  Would require some work to make one though.

-Mike

From: Jeff Smelser <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: MySQL & Web Clustering...
Date: Fri, 18 Jun 2004 11:43:05 -0500
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 18 June 2004 11:05 am, Mike Miller wrote:
> Unless you have a specific need for it, you could save yourself a lot of
> trouble by putting select tables or databases or even clients on each
> server.  This also means you don't incur the added overhead of keeping 
the
> database in sync, creating actions if a master goes down, etc.  Then 
just
> tell client1 to use database5 as their hostname for example.  
Replication
> requires that updates go to the master, which requires client-side code, 
or
> an intermediate daemon which analyzes the statement and forwards the
> request.

Daemons? Client side code? Can you explain this please?
mysql handles all the replication. Depending on your setup, client won't 
know
the difference. Its really all depends on how your replication is gonna be
set up.
- --
		SUSHIDO--The way of the Tuna.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA0xuZld4MRA3gEwYRAv1EAKCot3j1j16j892FtrTEea8Brlk0NgCcCKou
9K0QzPH4uFz+TYynwdNpxbY=
=a/OR
-END PGP SIGNATURE-
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
_
Free yourself from those irritating pop-up ads with MSn Premium. Get 2months 
FREE*  
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: MySQL & Web Clustering...

2004-06-18 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 18 June 2004 11:05 am, Mike Miller wrote:
> Unless you have a specific need for it, you could save yourself a lot of
> trouble by putting select tables or databases or even clients on each
> server.  This also means you don't incur the added overhead of keeping the
> database in sync, creating actions if a master goes down, etc.  Then just
> tell client1 to use database5 as their hostname for example.  Replication
> requires that updates go to the master, which requires client-side code, or
> an intermediate daemon which analyzes the statement and forwards the
> request.

Daemons? Client side code? Can you explain this please?

mysql handles all the replication. Depending on your setup, client won't know 
the difference. Its really all depends on how your replication is gonna be 
set up.
- -- 
SUSHIDO--The way of the Tuna.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA0xuZld4MRA3gEwYRAv1EAKCot3j1j16j892FtrTEea8Brlk0NgCcCKou
9K0QzPH4uFz+TYynwdNpxbY=
=a/OR
-END PGP SIGNATURE-

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL & Web Clustering...

2004-06-18 Thread Mike Miller
Unless you have a specific need for it, you could save yourself a lot of 
trouble by putting select tables or databases or even clients on each 
server.  This also means you don't incur the added overhead of keeping the 
database in sync, creating actions if a master goes down, etc.  Then just 
tell client1 to use database5 as their hostname for example.  Replication 
requires that updates go to the master, which requires client-side code, or 
an intermediate daemon which analyzes the statement and forwards the 
request.

-Mike
From: "Peter J Milanese" <[EMAIL PROTECTED]>
To: "Roy Nasser" <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: MySQL & Web Clustering...
Date: Fri, 18 Jun 2004 11:25:45 -0400
I currently run LVS (pre-distribution) on my farm, which gets about 100M
hits/month.
Good points about LVS are that it is completely rock solid, and runs on
minimal hardware.
I have never run MySQL behind it, as I think that would be a bit flaky for
a live site. Probably
worth checking out though. I would think that instead of LVS Load
Balancing, server failover
might be a more viable path for MySQL.
P


"Roy Nasser" <[EMAIL PROTECTED]>
06/18/2004 01:58 PM
To: <[EMAIL PROTECTED]>
cc:
Subject:MySQL & Web Clustering...
Hi All,
We have recently acquired some new machines for our ASP service, and I
am investigating different options and setups to optimize everything.
We currently have one large DB server, with RAID5, etc, running mysql
and a few smaller servers for web applications, and e-mail.  These
smaller servers arent all identical in their software, and they run
different services.
We currently have reached a certain limit in the DB as well as in some
of our applications on the webservers, hence the need for something
expandable.
I have read slightly about MySQLCluster, as well as some other solutions
such as openMosix, Mosix and LVS.  I was wondering if you guys have
experience, and what you would recommend for the DB and for the
webservers.  I still want to maintain them separate, even if I end up
having 2 different clusters, I prefer to keep the DB away from the
application for security reasons.
Thanks!
Roy

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
_
MSN Premium with Virus Guard and Firewall* from McAfee® Security : 2 months 
FREE*   
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: MySQL & Web Clustering...

2004-06-18 Thread Peter J Milanese
I currently run LVS (pre-distribution) on my farm, which gets about 100M 
hits/month.

Good points about LVS are that it is completely rock solid, and runs on 
minimal hardware.

I have never run MySQL behind it, as I think that would be a bit flaky for 
a live site. Probably
worth checking out though. I would think that instead of LVS Load 
Balancing, server failover
might be a more viable path for MySQL.

P
 




"Roy Nasser" <[EMAIL PROTECTED]>
06/18/2004 01:58 PM
 
To: <[EMAIL PROTECTED]>
cc: 
    Subject:MySQL & Web Clustering...


Hi All,

We have recently acquired some new machines for our ASP service, and I
am investigating different options and setups to optimize everything.

We currently have one large DB server, with RAID5, etc, running mysql
and a few smaller servers for web applications, and e-mail.  These
smaller servers arent all identical in their software, and they run
different services.

We currently have reached a certain limit in the DB as well as in some
of our applications on the webservers, hence the need for something
expandable.

I have read slightly about MySQLCluster, as well as some other solutions
such as openMosix, Mosix and LVS.  I was wondering if you guys have
experience, and what you would recommend for the DB and for the
webservers.  I still want to maintain them separate, even if I end up
having 2 different clusters, I prefer to keep the DB away from the
application for security reasons.

Thanks!
Roy



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL & Web Clustering...

2004-06-18 Thread Cemal Dalar
Go for a simple MySQL master <-> slave configuration. I'm runing 1
master 3 slaves for performance issues and doesn't have any problem at all
for 1 year.. Of course in this case you should change some code in your
webservers to direct SELECT queries to slave machine to gain performance on
the master.
I will also keep in touch with MySQL Cluster development and probably go
for this in the near future.


Best Regards,
Cemal Dalar a.k.a Jimmy
System Administrator & Web Developer
http://www.gittigidiyor.com & http://www.dalar.net

- Original Message - 
From: "Roy Nasser" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 18, 2004 4:58 PM
Subject: MySQL & Web Clustering...


Hi All,

We have recently acquired some new machines for our ASP service, and I
am investigating different options and setups to optimize everything.

We currently have one large DB server, with RAID5, etc, running mysql
and a few smaller servers for web applications, and e-mail.  These
smaller servers arent all identical in their software, and they run
different services.

We currently have reached a certain limit in the DB as well as in some
of our applications on the webservers, hence the need for something
expandable.

I have read slightly about MySQLCluster, as well as some other solutions
such as openMosix, Mosix and LVS.  I was wondering if you guys have
experience, and what you would recommend for the DB and for the
webservers.  I still want to maintain them separate, even if I end up
having 2 different clusters, I prefer to keep the DB away from the
application for security reasons.

Thanks!
Roy


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



MySQL & Web Clustering...

2004-06-18 Thread Roy Nasser
Hi All,

We have recently acquired some new machines for our ASP service, and I
am investigating different options and setups to optimize everything.

We currently have one large DB server, with RAID5, etc, running mysql
and a few smaller servers for web applications, and e-mail.  These
smaller servers arent all identical in their software, and they run
different services.

We currently have reached a certain limit in the DB as well as in some
of our applications on the webservers, hence the need for something
expandable.

I have read slightly about MySQLCluster, as well as some other solutions
such as openMosix, Mosix and LVS.  I was wondering if you guys have
experience, and what you would recommend for the DB and for the
webservers.  I still want to maintain them separate, even if I end up
having 2 different clusters, I prefer to keep the DB away from the
application for security reasons.

Thanks!
Roy


mysql web host

2004-05-14 Thread joe collins
Hi, 

I know this may not strictly be within the remit of this mailing list
but.
I am having problems with my web host, I need to use Innodb tables, however
my web host will not allow these table types (because of the obvious extra
overhead), can anybody out there recommend/currently use a webhost who allow
the Innodb table type?

Many thanks

Joe

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: How can I do phpmyadmin/mySQL web based DBase entries/queries?

2003-12-01 Thread Duncan Hill
On Monday 01 December 2003 02:28, [EMAIL PROTECTED] wrote:

> creating a web-site which has a spot to make a query as well as text boxes
> to input data into the database. This way I won't have to type all the
> mysql commands to add new entrys.
>
> I already have the mySQL database installed, as well as apache and
> phpmyadmin. I just need direction as to how I can implement the above.

phpmyadmin is fine for setting up DBs (though I have to admit, I prefer 
mysqlcc or the command line myself) and tables.

Grab your nearest copy of something like O'Reilly's Web Database Applications 
with PHP, and start reading up on http://www.onlamp.com/php/ .  Read the nice 
manual that comes with php to get a grasp of the functions.  Start writing 
code.

Alternatively, do the programming in perl :>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



How can I do phpmyadmin/mySQL web based DBase entries/queries?

2003-11-30 Thread marshall28

I've been wanting to learn mySQL and phpmyadmin and make a website that enables me to 
make queries to my database and add information to the database. I'm not sure how I 
could go about doing this though. My main goal is to database all my software and then 
be able to access the database over the net to make queries on certain software pieces 
I might have and to add new entries when I get new software. So I'm basically wanting 
help on creating a web-site which has a spot to make a query as well as text boxes to 
input data into the database. This way I won't have to type all the mysql commands to 
add new entrys.

I already have the mySQL database installed, as well as apache and phpmyadmin. I just 
need direction as to how I can implement the above.

thanks
marshall


The best thing to hit the internet in years - Juno SpeedBand!
Surf the web up to FIVE TIMES FASTER!
Only $14.95/ month - visit www.juno.com to sign up today!

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Problem with Code from 2nd edition Welling/Thomson PHP?MySQL Web App Book

2003-11-08 Thread Stephen Tiano
Sorry for the long post, but I'm using with difficulty the 2nd edition 
of Welling/Thomson's PHP and MySQL Web Development as a textbook for 
self-teaching.

After being pleased to work my way thru to Chapter 14, not memorizing 
the earlier material, but having some success basically understanding 
it--I get to the first "meaty" topic that I was really looking forward 
to getting into: the business of authentication.

So I went into MySQL and created the database auth and the table auth, 
using the following script:

create database auth;

use auth;

create table auth (
  namevarchar(10) not null,
  passvarchar(30) not null,
  primary key (name)
);
insert into auth values
('user', 'pass');
insert into auth values
( 'testuser', password('test123') );
grant select, insert, update, delete
on auth.*
to [EMAIL PROTECTED]
identified by 'rivet';
I used my username that I log into the computer I'm working on--an 
offline Powerbook--at the bottom, 'stevet', as well as the password that 
belongs to that username, 'rivet'. Since I'm using the test server 
'localhost' on the Powerbook, I used that in the code, as well. These 
have worked when called for in previous PHP/MySQL exercises, so it's not 
something new I invented just for this batch of tutorials.

Next I opened listing 14.2, secretdb.php--placed properly at the root 
level for accessing in my test server--in my browser. Here's secretdb.php:


  Please Log In
  This page is secret.
  
  
  
 Username 
  
  
  
 Password 
  
  
  

  

  
  
  

  // query the database to see if there is a record which matches
  $query = "select count(*) from auth where
name = '$name' and
pass = '$password'";
  $result = mysql_query( $query );
  if(!$result)
  {
echo 'Cannot run query.';
exit;
  }
  $count = mysql_result( $result, 0, 0 );

  if ( $count > 0 )
  {
// visitor's name and password combination are correct
echo 'Here it is!';
echo 'I bet you are glad you can see this secret page.';
  }
  else
  {
// visitor's name and password combination are not correct
echo 'Go Away!';
echo 'You are not authorized to view this resource.';
  }
}
?>
I was greeted by the Please Log In screen. I used 'user' as username and 
'pass' as the password, as that was one of the two combinations the 
first bit of code above inserted into the table auth. After submitting, 
I got the customized error message: "Go Away! You are not authorized to 
view this resource."

Just to make certain, I substituted 'root' and my root password in both 
pieces of code for 'stevet' and 'rivet', and got the same error screen.

I don't understand why either of those username/password combinations 
don't work. I mean, they're in the authorization table. And I'm 
obviously connecting to the database, as I'm getting past that stage of 
the code. Can anyone tell me what I'm too dense to see?

Thanks very much.

Steve Tiano

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: (ANNOUNCE) New PHP & MySQL Web Log Site

2003-10-18 Thread Jerry Rocteur
Does anyone know of similar site for Perl and MySQL ?

On Friday, Oct 17, 2003, at 23:10 Europe/Brussels, Boaz Yahav wrote:

Hello

Just wanted to let anyone interested that after almost 6 years,
http://www.weberdev.com
now has a new brother (sister?) site called http://www.weberblog.com.
This new site
is a community site, where matters related to PHP & MySQL are 
discussed.
There are
already a few interesting  blogs and more will begin in the next few
days.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


(ANNOUNCE) New PHP & MySQL Web Log Site

2003-10-17 Thread Boaz Yahav
Hello 

Just wanted to let anyone interested that after almost 6 years,
http://www.weberdev.com 
now has a new brother (sister?) site called http://www.weberblog.com.
This new site
is a community site, where matters related to PHP & MySQL are discussed.
There are 
already a few interesting  blogs and more will begin in the next few
days.

I Hope you find the site helpful and would love to see you there adding
your thoughts.

I would appreciate any comments, suggestions you may have. It's a new
site so
be easy on me :)

Sincerely
 
berber
 
Visit http://www.weberdev.com/ & http://www.weberblog.com/ Today!!!
To see where PHP might take you tomorrow.
Share your code : http://addexample.weberdev.com
Search for PHP Code from your browser http://toolbar.weberdev.com



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Script for Database[MySQL]::Web interfacing

2003-08-28 Thread Cybot
Joseph Maxwell wrote:

Hello,

Could someone recommend a decent php script that could be used for
database[MySQL]::Web interfacing and management. Preferably open source,
freeware or otherwise [I'll just have to grin & bare it]
phpMyAdmin -> www.phpmyadmin.net

--
Sebastian Mendel
www.sebastianmendel.de
www.tekkno4u.de
www.nofetish.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Script for Database[MySQL]::Web interfacing

2003-08-27 Thread Joseph Maxwell
Hello,

Could someone recommend a decent php script that could be used for
database[MySQL]::Web interfacing and management. Preferably open source,
freeware or otherwise [I'll just have to grin & bare it]

Thanks

--  Joe  --


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL Web Server ?

2003-03-12 Thread Paul Reilly

> Hi, I'm a MySQL newbie - Is there a "MySQL Web Server"
> product ?  Oracle has their OWS (Oracle Web Server)
> for example.
>
As far a I know this is based on Apache.

Of course it takes Oracle weeks to update it after
a security vulnerability is exposed, whereas if you were
using Apache you'd have it fixed in a day.

Paul


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Re: MySQL Web Server ?

2003-03-11 Thread massey
The one and only Apache web server

> Hi, I'm a MySQL newbie - Is there a "MySQL Web Server"
> product ?  Oracle has their OWS (Oracle Web Server)
> for example.
>
> Can anyone reccomend a *very* lightweight web server
> with enough scripting ability to talk to MySQL -
> preferably for RedHat?
>
> Thx!
>
> __
> Do you Yahoo!?
> Yahoo! Web Hosting - establish your business online
> http://webhosting.yahoo.com
>
> -
> 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 PROTECTED]> To
> unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



MySQL Web Server ?

2003-03-11 Thread www.ReadNotify.com
Hi, I'm a MySQL newbie - Is there a "MySQL Web Server"
product ?  Oracle has their OWS (Oracle Web Server)
for example.

Can anyone reccomend a *very* lightweight web server
with enough scripting ability to talk to MySQL -
preferably for RedHat?

Thx!

__
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Re: mysql web-based admin tool?

2002-01-29 Thread John McConnell

Ed,

Have you checked out phpMyAdmin?  It can be downloaded at:
http://phpwizard.net/projects/phpMyAdmin/

I use it with all my clients and it's great!  For when I want a bit 
more control I Telnet, but most of the time I use this to help my 
with my databases.



>I used to use some php scripts that allowed me to work on my 
>database.  I'm trying to find them again... anyone know what they 
>might have been called or where to find them?
>-Ed
>
>
>-
>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 PROTECTED]>
>To unsubscribe, e-mail 
><[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-- 
John McConnell
Narwhal Design
126 Covered Bridge Road
North Ferrisburgh, VT  05473
802.425.7037
[EMAIL PROTECTED]
http://www.narwhaldesign.com


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




R: mysql web-based admin tool?

2002-01-29 Thread Riccardi Moreno


You could find a useful tool at
http://www.phpwizard.net/projects/phpMyAdmin/
Hy Moreno
-Messaggio originale-
Da: Ed Lazor [mailto:[EMAIL PROTECTED]]
Inviato: martedi 29 gennaio 2002 16.54
A: [EMAIL PROTECTED]
Oggetto: mysql web-based admin tool?


I used to use some php scripts that allowed me to work on my database.  I'm
trying to find them again... anyone know what they might have been called
or where to find them?
-Ed


-
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 PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: mysql web-based admin tool?

2002-01-29 Thread Gurhan Ozen

Phpmyadmin is pretty good for what you ar elooking for.
You can find it at:
http://www.phpwizard.net/projects/phpMyAdmin/

Gurhan

-Original Message-
From: Ed Lazor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 10:54 AM
To: [EMAIL PROTECTED]
Subject: mysql web-based admin tool?


I used to use some php scripts that allowed me to work on my database.  I'm
trying to find them again... anyone know what they might have been called
or where to find them?
-Ed


-
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 PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: mysql web-based admin tool?

2002-01-29 Thread Matthias Blaser

Hi,

On Tuesday 29 January 2002 16:53, Ed Lazor wrote:
> I used to use some php scripts that allowed me to work on my database.  I'm
> trying to find them again... anyone know what they might have been called
> or where to find them?
> -Ed

Maybe it's phpMyAdmin...
http://phpmyadmin.sf.net/

Regards,
Matt

-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: mysql web-based admin tool?

2002-01-29 Thread Ferhat Can

   Hi,
  The most widely used tool to reach MySQL over PHP is phpMyAdmin. You can
obtain it from http://www.phpwizard.net/projects/phpMyAdmin/
- Original Message -
From: "Ed Lazor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002 5:53 PM
Subject: mysql web-based admin tool?


> I used to use some php scripts that allowed me to work on my database.
I'm
> trying to find them again... anyone know what they might have been called
> or where to find them?
> -Ed
>
>
> -
> 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 PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




mysql web-based admin tool?

2002-01-29 Thread Ed Lazor

I used to use some php scripts that allowed me to work on my database.  I'm 
trying to find them again... anyone know what they might have been called 
or where to find them?
-Ed


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




updated moodss and MySQL web page

2002-01-17 Thread Jean-Luc Fontaine

added to http://jfontain.free.fr/mysql/ :

- Howto:
  - Monitoring replicated servers
  - Sending SNMP traps
  - Sending SMS messages

Please let me know what you think and/or you have other ideas for howtos.

Cheers,

-- 
Jean-Luc Fontaine


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Mysql+web+????

2001-09-03 Thread B. van Ouwerkerk


>I intend to use linux for the server, mysql for the database, php for the
>web-forms.
>but what is with the diagramms? They were not pregenerated, they must be
>generated as
>a result of the user parameters.

GD might be able to do what you want.. www.boutell.com/gd uhm.. quite sure :-)

mysql, query

Bye,


B.


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySql+Web+??

2001-09-03 Thread Guddack Thorsten ICM MP SCM SCCM PI

Hi there,

I have a mysql-database containing data about production of mobile phones.

Inside this database there tables with measurement values for each phone and
also
about failures in the production.

Now I need to create a user-interface:
On the one hand I need to display query-results in table-apperance, but on
the
other hand I need to display the results graphically
( for example: measured values over time, measurement histograms or
paretto-diagramms for
failures)

One way to solve it is writing a client application in vcc or an other
progamming tool. But
in this case I need to distribute to tool to all users wo wants to use the
database.

The other way is using a web-based solution. In this case the only needs to
now the
address of the page.
For results in table-apperance their is no problem, but is there a way to
generate online
graphical diagramms ( measured values over time ) and display them in
the
browser.
I intend to use linux for the server, mysql for the database, php for the
web-forms.
but what is with the diagramms? They were not pregenerated, they must be
generated as
a result of the user parameters.

Best regards


Thorsten Guddack


Siemens MobilePhones, TestTechnology

-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Mysql+web+????

2001-09-03 Thread Guddack Thorsten ICM MP SCM SCCM PI

Hi there,

I have a mysql-database containing data about production of mobile phones.

Inside this database there tables with measurement values for each phone and
also
about failures in the production.

Now I need to create a user-interface:
On the one hand I need to display query-results in table-apperance, but on
the
other hand I need to display the results graphically
( for example: measured values over time, measurement histograms or
paretto-diagramms for
failures)

One way to solve it is writing a client application in vcc or an other
progamming tool. But
in this case I need to distribute to tool to all users wo wants to use the
database.

The other way is using a web-based solution. In this case the only needs to
now the
address of the page.
For results in table-apperance their is no problem, but is there a way to
generate online
graphical diagramms ( measured values over time ) and display them in
the
browser.
I intend to use linux for the server, mysql for the database, php for the
web-forms.
but what is with the diagramms? They were not pregenerated, they must be
generated as
a result of the user parameters.

Best regards


Thorsten Guddack


Siemens MobilePhones, TestTechnology



---
Thorsten Guddack   SIEMENS AG
ICM MD MP SCM SCCM PI Information and
Communication Mobile -
 
Mobile Devices -
 
Mobile Phones
*+49-2842-95-4270   
Fax   +49-2842-95-4256  Südstraße 9
*   [EMAIL PROTECTED]  D-47475 Kamp-Lintfort  

---



-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL Web Site Changes

2001-08-29 Thread Sinisa Milivojevic

Philip Molter writes:
> The new web site looks great and none of the old functionality has been
> lost.
> 
> Except ...
> 
> On the documentation listing for one-page-per-chapter and one-big-page,
> the keywords and commands, like 'SELECT' and 'GRANT' used to be in a
> different color (purple in that case) which made it very easy to scan
> through the document to find the command you needed (especially when
> the order was changed so that the commands weren't all listed in
> Chapter 7).  Can that color-change be reimplemented?  It's incredibly
> useful for day-to-day use of those chapters.
> 
> And let's put in the word 'MySQL' to get around the spam filters.
> 
> Thanks,
> Philip
> 
> * Philip Molter
> * DataFoundry.net
> * http://www.datafoundry.net/
> * [EMAIL PROTECTED]


I have forwarded your message to our Web team.

-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   <___/   www.mysql.com


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL Web Site Changes

2001-08-29 Thread Philip Molter

The new web site looks great and none of the old functionality has been
lost.

Except ...

On the documentation listing for one-page-per-chapter and one-big-page,
the keywords and commands, like 'SELECT' and 'GRANT' used to be in a
different color (purple in that case) which made it very easy to scan
through the document to find the command you needed (especially when
the order was changed so that the commands weren't all listed in
Chapter 7).  Can that color-change be reimplemented?  It's incredibly
useful for day-to-day use of those chapters.

And let's put in the word 'MySQL' to get around the spam filters.

Thanks,
Philip

* Philip Molter
* DataFoundry.net
* http://www.datafoundry.net/
* [EMAIL PROTECTED]

-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: MySQL, Web Objects 5: job connection problems

2001-08-25 Thread Venu

Hi !!

)-Original Message-
)From: Paul Schreiber [mailto:[EMAIL PROTECTED]]
)Sent: Friday, August 24, 2001 1:21 PM
)To: Web Objects admin; Web Objects newsiest; Web Objects dev; MySQL List
)Subject: MySQL, Web Objects 5: job connection problems
)
)
)Comfit:
)* Mac:   Mac OS X 10.0.4; java 1.3.1; MySQL 3.23.32
)* Linux: Linux 2.2.19/defiant testing; java 1.3.1; MySQL 3.23.36
)
)I *really* could use some help here. I need to get MySQL up and running;
)I've been at it for 2 days and can't get my WO app to see it, whether I
)try on Linux or OS X.
)
)Here's the scoop ... let's try OS X first:
)* .jar files belong in /Library/Java/Home/lib/ext/
)* In Remodeled:
)   URL: jdbc:mysql://localhost/newsie
)   Driver: org.gjt.mm.mysql.Driver
)* MySQL is up and running, and I created a database "newsie"
)
)* EOModeler gives this error
)>JDBC connection failed for driver :'org.gjt.mm.mysql.Driver'. Driver not
)>found in Java Runtime! Please verify your C35LASSPATH environment
)variable.
)>The current CLASSPATH for your application is :
)>/Developer/Applications/EOModeler.app/Contents/Resources/Java/eomodeler.zi
)>p:/Users/paul/Library/Java:/Library/Java:/System/Library/Java:/Network/Lib
)>rary/Java:/System/Library/Frameworks/JavaVM.framework/Classes/classes.jar:
)>/System/Library/Frameworks/JavaVM.framework/Classes/ui.jar:/Library/Java/H
)>ome/lib/ext/mm.mysql-2.0.6.1.jar:/Developer/Applications/EOModeler.app/Con
)>tents/Resources/Java/eomodeler.zip
)
)
)On Linux:
)* .jar files belong in /usr/local/jdk1.3.1/jre/lib/ext/
)

I had the same problem couple of days back when I downloaded 2.0.6.1.jar
file from the same web site. But surprisingly, this is not a jar file, it is
a source zip/tar file. you can see the file size as 382 KB.

When I set my CLASSPATH to this jar file(2.0.6.1.jar) I get the same error
saying driver can't be loaded, because this is not a jar executable. Using
winzip/tar when I extracted the files from this jar file, then you get the
real sources and the real jar file with the name (mm.mysql-2.0.6.jar with
size 102 KB). Later I pointed my CLASSPATH to the extracted jar file and
worked out well.

But I did all these on Windows 200. The problem is in the web, the file name
looks like this: mm.mysql-2.0.6.1.jar, but it should be
mm.mysql-2.0.6.1.src.tar.

Hope this should fix your problem. Let me know the outcome of it.

Regards
Venu
--
For technical support contracts, go to https://order.mysql.com/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Venu <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Developer
/_/  /_/\_, /___/\___\_\___/   Woodside, California  USA
   <___/   www.mysql.com


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




A problem with the MySQL web site.

2001-04-26 Thread Jim Pishlo

I was trying to sign up in order to leave a comment, and your application
crashed giving this message:

---Copied From Your Web Site---
Error: query insert into
web.user(email,pass,firstname,lastname,address,city,state,zipcode,id,phone,c
ell,fax,company,show_email,created) values
('[EMAIL PROTECTED]','newufo','Jim','Pishlo','15866 Garrison
Lane','Southgate','Mi','48195','US','7342848671','','','Pishlo
Net','Y',now()) failed: Unknown column 'id' in 'field list'


-Jim Pishlo
 www.sweetsystems.com

"Dreamers build castles in the sky.
Psychopaths move into them.
What I need to know is, where can I find a moving van that flies?"


-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL web host

2001-01-26 Thread myahya

Do you know any free web hosting that supports MySQL. Please let me know.


**
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. 
This footnote also confirms that this email message has been swept by 
MIMEsweeper for the presence of computer viruses.
**

-
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 PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php