Re: PHP connects in Latin1 when it should do it in UTF-8

2006-07-09 Thread Santiago del Castillo
until now :). Eric Butera wrote: On 7/6/06, Santiago del Castillo [EMAIL PROTECTED] wrote: Hi, i'm having a bit of a headache with PHP and MySQL, i've some questions: 1) I've a database in UTF-8 and when i connect to it with mysql_connect, and exec a query with mysql_query, the results

PHP connects in Latin1 when it should do it in UTF-8

2006-07-06 Thread Santiago del Castillo
Hi, i'm having a bit of a headache with PHP and MySQL, i've some questions: 1) I've a database in UTF-8 and when i connect to it with mysql_connect, and exec a query with mysql_query, the results are in latin1. (i proved this with mysql_query(show variables like 'char%'); 2) Is there any way to

Re: A lot of HD Writing

2006-06-25 Thread Santiago del Castillo
Hi, thanks for answering! I am using MyISAM tables. So, based in your answer i assume that is usual to have a lot of HD Writing, isn't it? Thanks! Santiago mos wrote: At 06:55 PM 6/24/2006, Santiago del Castillo wrote: Hi, is usual to have a lot of HD writing on a MySQL server where

A lot of HD Writing

2006-06-24 Thread Santiago del Castillo
(binlog, queries log or slow queries log) activated. An extra question: Which scale of MaxBytes should i use for my HD Writing MRTG config? i'm using MaxBytes[hd-write]: 2400 right now. The Disk is a 80 GB SCSI disc with RAID 1 If you need more information just ask :). Thanks!! Santiago del