Access to MySQL

2002-08-16 Thread Oladejo, Tokunboh
Hi All, Does anyone knows of any easy way/short cut of exporting Microsoft access tables into MySql database. Thanx All - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Re: PHP, BLOB file, MySql and my web site

2002-03-26 Thread Oladejo, Tokunboh
Thanx Maxim, I did try this in the past but the problem I had with the method is in terms of updated/deletion particularly when you delegate the job. Which means I can easily just delete the record in mysql but I have to manually look for the particular graphic to delete then it gets mesy when th

PHP, BLOB file, MySql and my web site

2002-03-26 Thread Oladejo, Tokunboh
Hi All, Can anyone guide me on how to list the content of mysql table or result of a query that has a BLOB file in it on my web page. I am listing the result of the query OK now, but mysql query is listing the name of the graphic (image1.gif) file instead of the graphic itself. I am working on a

Re: php - apache compilation

2002-02-27 Thread Oladejo, Tokunboh
Thanx Vic, Are you saying I have to recompile apache as well before reconfiguring PHP. Thanx Toks - Original Message - From: "Victoria Reznichenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 9:54 AM Subject: php - apache compilation > Oladejo, > W

php - apache compilation

2002-02-26 Thread Oladejo, Tokunboh
Hi All, I am trying to compile php with mysql and apache into it, however during the ./configure, I keep getting "Invalid Apache directory - unable to find httpd.h under /usr/include/apache", even though that is where the header file httpd.h is. I am using Redhat 7.1. does anyone know the rigth p

Re: Connecting to mysql Server

2002-02-25 Thread Oladejo, Tokunboh
- Original Message - From: "Jeremy 'Circ' Charles" <[EMAIL PROTECTED]> To: "Oladejo, Tokunboh" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 3:21 PM Subject: Re: Connecting to mysql Server > On Mon, 25 Feb 200

Connecting to mysql Server

2002-02-25 Thread Oladejo, Tokunboh
Hi All, Does anyone have an idea why I am getting an error "Fatal error: Call to undefined function: mysql_connect() in /var/www" in this PHP function "mysql_connect("localhost","root","password");" Thanx All - Before pos

Creating a table with gif column

2002-02-12 Thread Oladejo, Tokunboh
Hi All, I am trying to create a mysql table with one of the column to be for .gif/jpeg, is there a variable type for gif/jpeg and after creating the table, how do I insert the gif file on each record line. Toks ---

mysqladmin password

2002-02-04 Thread Oladejo, Tokunboh
Hi All, Does anyone knows how to change my mysqladmin password or how to find out what the password it, I installed the rpm package, didn't setup any password, however when I setup a tool to use it with, the tool is asking me to produce the mysqladmin password. Thanx