mysql The selected user was not found in the privilege table
mysql 4
php
mysql 4
phpmyadmin 2.6.0
engin type
Thanks in advance
InnoDB Status
Ahmad M.Hassan
Techincal Support
ITQaan for Integrated E-Business Solutions.
-------------------------------------------------------------------
Web design, Web Solutions Development,MS Sharepoint Development and Hosting
Integrated Hosting Solutions, Systems Integrations
Media Service Experts and ITIL Consultation.
Address :32 tiba street from makkah street (rear of Nadi elsaid) Mohandssen
,Giza
Tel-Fax : 202-33354975 , 202-33354973 ,202-33355465
Mobile : +20114999003
Email : <mailto:support@itqaan.com> support(a)itqaan.com
Website: <blocked::http://www.itqaan.com/> www.itqaan.com
Hi All,
if someone changes connection setting in main.php from UTF-8 to
something else, all content from DB will be delivered with this encoding
to users Browser, but we say the document is UTF-8 and strings coming
from us (language files) are in UTF-8
so we end up with a mixed encoding in the HTML output
there are two options:
- setting PHP output encoding
http://php.net/manual/en/mbstring.http.php
do not know if this takes care of already mixed encodings
- do not allow switching connection charset
why is this required anyway?
i would vote for dropping, as is see no requirement for this, any modern
browser should be UTF-8 capable
any comments suggestions?
--
Sebastian Mendel
Hi All,
if someone changes connection setting in main.php from UTF-8 to
something else, all content from DB will be delivered with this encoding
to users Browser, but we say the document is UTF-8 and strings coming
from us (language files) are in UTF-8
so we end up with a mixed encoding in the HTML output
there are two options:
- setting PHP output encoding
http://php.net/manual/en/mbstring.http.php
do not know if this takes care of already mixed encodings
- do not allow switching connection charset
why is this required anyway?
i would vote for dropping, as is see no requirement for this, any modern
browser should be UTF-8 capable
any comments suggestions?
--
Sebastian Mendel