[PHP-DB] Re: mysql problem importing data

2003-08-10 Thread Budelak
Hello Merlin, Have you gone through the mysql manual located in the docs folder of mysql? Budelak Merlin wrote: Hi there, I have a data file with data seperated by semicolons. It is about 8MB big. Now I just want to import it into mysql. I tryed several things. First I took phpmyadmin, which resul

[PHP-DB] Re: MySQL problem with RedHat 8

2003-01-16 Thread Foong
did you compile php with mysql support? foong "Daniel Elenius" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi! > > I'm trying to connect to my mysql database using something like > > mysql_connect( 'localhost', 'root', 'thepassword' ) > or die (

[PHP-DB] Re: MySql problem..............

2002-10-15 Thread Michael Mauch
Rodrigo <[EMAIL PROTECTED]> wrote: > I need import some data from a Paradox table, i used the script below, > it worked just fine..but all the data was imported without the " ç > or á or é ", understand??? portuguese words all this changes to > some wierd caracter is there a way to fi

[PHP-DB] Re: MySQL Problem

2002-05-21 Thread Javier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why don't you use And verify "again" that mysql support enable. Have you checked your webserver's conf. file? [EMAIL PROTECTED] wrote: | Hi, i've a problem with MySQL in my PHP pages. My PHP version is 4.0.1 i think. it's been installed with Redhat

[PHP-DB] Re: MySQL problem

2002-02-23 Thread Aron Pilhofer
It means there is a problem with your query. I'm not familiar with the die(1) and die (2) syntax. I'm not sure what that does, but you might try echoing your error message from the query to see what message you get. Hope that helps. "Caleb Walker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROT