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.co

Redundant records in DataBase

2003-08-14 Thread Joseph Maxwell
Hello, I am uploading records from a user data entered log file with mysqlimport on a periodic basis. I would like to prevent the duplication of records to keep the system non-redundant. How can I best achieve this? Thanks. -- Joe -- -- MySQL General Mailing List For list archives: http://l

MySQL compilation

2003-06-19 Thread Joseph Maxwell
Hello, Compiled MySQL with ./configure --prefix=/usr/local/mysql \ --localstatedir=/usr/db/mysql \ CFLAGS=-O3 \ CXX=gcc \ CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" --enable-assembler \ --with-openssl gmake gmake install Forgot to i

MysqlTool v0.94

2002-08-10 Thread Joseph Maxwell
Hello, Using MysqlTool v0.94 on Netscape Communicator 4.79 to access MySQL vers 3.23.49 on FreeBSD 4.x Suddenly starting returning Please enable cookies. Multi-user MysqlTool uses cookies to store encrypted connection information. Browser has "Accept all cookies" set.

How to create table in msql DB through cgi script

2001-07-21 Thread Joseph Maxwell
Hello, I have a database set up on my web site at my ISP server. Connection to the DB can only be made from the localhost. So I have to do everything through CGI. They have the perl DBI and php3 that I can use to access the database. They provided a script to access the DBI which I modified to c