Porting MySQL database across international sites

2009-07-16 Thread Daniele Development-ML
Hello everybody, the MySQL application I'm building needs to be ported from my current site to the hosting site - which is based on another nation. The problem I'm having is that the login doesn't work as the password doesn't match in the charset of the new hosting site. To address this problem, I

Uploading large files with mySQL

2009-07-13 Thread Daniele Development-ML
Hello, I'm developing a web application that requires to store large files in a MySQL database. The files can range up to 2Gb. In my understanding the upper limit for the SQL queries (thus insert queries) is 1GB. I'm trying, for the time being, to upload files of sizes around 65MB, but I still get

Re: OT Gmail

2004-08-29 Thread Transcend Development
g 2004 09:30:01 -0700, Transcend Development <[EMAIL PROTECTED]> wrote: > As I have received many more than 3 requests I thought I should post this: > > You can get invitations to gmail for about 99 cents on ebay! > > That's where I got mine. I then sold a couple, but it

RE: OT Gmail

2004-08-29 Thread Transcend Development
I have not received any more quote from Google. Regards, -- R. Whitney Transcend Development "Producing the next phase of your internet presence" http://xend.net Premium Quality Web Hosting http://hosting.xend.net [EMAIL PROTECTED] [EMAIL PROTECTED] 310-943-6498 602-288-5340 "The day

RE: error message

2003-06-26 Thread development
Steven Why do you include the field name in your FROM part ? The syntax is SELECT fields FROM table I guess that could be the reason. Try with : SELECT * FROM `traffic` LIMIT 132947 Freddie -Original Message- From: Mike Hillyer [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 26. Juni 2003

RE: Can we crypt passwords on MySQL

2003-06-18 Thread development
Jocelyn Why is that not recommended ? Do you have any links for how to encrypt the password with MD5 ? Freddie -Original Message- From: Jocelyn Fournier [mailto:[EMAIL PROTECTED] Sent: Freitag, 27. Juni 2003 00:19 To: [EMAIL PROTECTED]; Grégoire Dubois Cc: 'Mysql' Hi, Using PASSWOR