Louie,
Try reading through this guide on Unicode. Its going to take a lot more
than what your doing to get it to work correctly.
http://www.phpwact.org/php/i18n/charsets?s=utf8
-Ben
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you're GRANTing privileges to mydb.* why is the error message reporting
that you are not allowed access to the database 'registration'?
>GRANT ALL PRIVILEGES ON mydb.* TO 'thisUser'@'localhost' IDENTIFIED BY
>'myPassword';
>ERROR 1044 (42000): Access denied for user 'thisUser'@'localhost' to
I'd say you are not connecting to the db at all...is that the case?
Bastien
From: Justin Turner <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] Lock Tables Privileges
Date: Mon, 15 Aug 2005 09:09:04 -0400
I have tried several times to create a user that has the ability to lock
I have tried several times to create a user that has the ability to lock
and unlock tables, but to no avail. Am I missing something? I tried
creating a user with all privileges to a database and still the user
does not have the ability to lock/unlock tables within that database.
GRANT ALL PRIV
On 8/15/05, Anton Channing <[EMAIL PROTECTED]> wrote:
> phpinfo() output:
>
> oci8
> OCI8 Supportenabled
> Revision$Revision: 1.267 $
> Active Persistent Links 0
> Active Links0
> Temporary Lob support enabled
> Collections support enabled
>
> oracle
> Oracle Support
On 8/10/05, Miles Thompson <[EMAIL PROTECTED]> wrote:
> At 11:32 AM 8/10/2005, Anton Channing wrote:
> >On 8/10/05, Miles Thompson <[EMAIL PROTECTED]> wrote:
> > > Anton,
> > >
> > > This seems so fundamental I hesitate to suggest it.
> > > Have you run a script with phpinfo() in it?
> > > Or apach