Re: what is this? --> errno=2006 errmsg=Server gone

2006-04-17 Thread Martin Olsson
or can be fixed tunning your vaiables for mysql. Martin Olsson wrote: Hi, I'm still struggling with the errno=2006 err="server is gone". I thought I could provide some more info if that makes the problem any more clear: Basically, I'm uploading a file to a database. With

Re: what is this? --> errno=2006 errmsg=Server gone

2006-04-16 Thread Martin Olsson
ble to further dig into the cause of this problem? regards, martin Martin Olsson wrote: Hi, I get this weird error message: ErrNo: 2006 Error: MySQL server has gone away. What does it mean? I couldn't find anything useful on google and the error message isn't exactly &qu

what is this? --> errno=2006 errmsg=Server gone

2006-04-08 Thread Martin Olsson
Hi, I get this weird error message: ErrNo: 2006 Error: MySQL server has gone away. What does it mean? I couldn't find anything useful on google and the error message isn't exactly "verbose".. :) regards, martin -- MySQL General Mailing List For list archives: http://lists

'ODBC'@'localhost' instead of 'root'@'invalid_hostname.com' ?!??

2005-08-21 Thread Martin Olsson
Hi, I'm using PHP/MySQL to development a web-based application. I just upgraded both PHP and MySQL and I noticed that some of my MySQL calls are now broken and I don't see any easy way to fix them. My script calls mysql_connect() and does very careful error checking. It's important that I ca

Circumventing the max_allowed_packet limit?

2005-01-28 Thread Martin Olsson
Hi MySQL ppl, I recently ran into some problems with uploading large files through a HTML form and then putting these files into a MySQL BLOB field. I read about the server parameter max_allowed_packet which turned out to be the problem. My script is going to be redistributed to it needs to run

Checking max_allowed_packet from PHP during runtime?

2005-01-26 Thread Martin Olsson
Hi MySQL gurus, I'm using the LAMP stack and I'm currently creating a script that allows file uploading through a HTML form. The script itself is to be redistributed so I do not really know anything about the systems it runs on, except maybe that it's LAMP. I keep getting errors because I upload

Can I make empty MySQL use less disk space?

2004-06-13 Thread Martin Olsson
Hi, I just noticed that the MySQL (win32) program which empty databases take up about 70Mb on my harddrive. I'm deploying MySQL as a part of a greater application (which is much smaller), is there any way I can reduce this size somewhat? I mean like, the "examples", directory isnt really neces

Default accounts and custom installtion directory

2004-06-06 Thread Martin Olsson
Hi, First, if I install MySQL on a win32 system which are the default account and from which hosts can those be accesses? Which of these accounts am I encouraged to remove or change the password of? I know that the "root"/"" accounts needs to be changed but what else is there? Secondly, if I mo