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