[PHP] Yet Another Mysql Problem

2001-11-22 Thread Stephen Phillips

Hi again,
I've run into a nice bug using phpmyadmin to import data into a mysql database, and 
was hoping someone had some experience with doing this.  I was wondering if there is 
any common errors which could be occurring due to characters with in the data?  I'm 
fairly certain that this is the case as I can import about 5 lines of the database in 
mysql through phpmyadmin, and these don't have many odd characters in them, but 
anymore and it turns around and gives me an error, any ideas?

Steve.



Re: [PHP] Yet Another Mysql Problem

2001-11-22 Thread Jon Farmer

Well telling us what the errors are would be a start :-)

Regards

Jon

--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969 Mob 07763 620378
PGP Key available, send email with subject: Send PGP Key


- Original Message -
From: Stephen Phillips [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 22, 2001 5:16 PM
Subject: [PHP] Yet Another Mysql Problem


Hi again,
I've run into a nice bug using phpmyadmin to import data into a mysql
database, and was hoping someone had some experience with doing this.  I was
wondering if there is any common errors which could be occurring due to
characters with in the data?  I'm fairly certain that this is the case as I
can import about 5 lines of the database in mysql through phpmyadmin, and
these don't have many odd characters in them, but anymore and it turns
around and gives me an error, any ideas?

Steve.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Yet Another Mysql Problem

2001-11-22 Thread Stephen Phillips

lol, ok (sorry I've been staring at a text file looking for bugs for 3 hours)

this is the type of error msg phpmyadmin is giving me;

Warning: Only 0 bytes were written, expected to write 32516 in - on line 82

sometimes it says line 74, or 130 as well

I was kinda hoping someone might know of some common things which might trip up mysql 
or php in a string, since this is my best guess as to the reason for the error.

Steve.



Re: [PHP] Yet Another Mysql Problem

2001-11-22 Thread Richard Black



I've been using phpmyadmin 2.2.1 and found that importing data from a 
script requires you to be at the main page for the database, rather than 
the table page. Submitting it via the table page says it was executed 
successfully, but it wasn't.

Haven't had time to look at whats causing it.

I had a strange one today, where it gave me all sorts of errors about not 
having a valid db_link. Couldn't reproduce it though.

-Original Message-
From:   Stephen Phillips [SMTP:[EMAIL PROTECTED]]
Sent:   22 November 2001 17:16
To: [EMAIL PROTECTED]
Subject:[PHP] Yet Another Mysql Problem

  File: ATT6.txt; charset = Windows-1252  

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]