@'localhost' on mysql.users
indentified by password('my_pass');
bastien
From: Doug Thompson <[EMAIL PROTECTED]>
To: Shay <[EMAIL PROTECTED]>
CC: php-db@lists.php.net
Subject: Re: [PHP-DB] Given only one mySQL user account by Host Company
Date: Sun, 23 Jan 2005 15:
ied
by password('my_pass');
bastien
From: Doug Thompson <[EMAIL PROTECTED]>
To: Shay <[EMAIL PROTECTED]>
CC: php-db@lists.php.net
Subject: Re: [PHP-DB] Given only one mySQL user account by Host Company
Date: Sun, 23 Jan 2005 15:51:41 -0700
Shay wrote:
Yes they gave me phpMyAdmi
--- Doug Thompson <[EMAIL PROTECTED]> wrote:
>
> Shay wrote:
> > Yes they gave me phpMyAdmin to use, and no, I have
> no access to the
> > user/privilege table. So the only way to output
> database entries is to
> > connect with the single super account they gave
> me.
> >
>
I find this unus
Shay wrote:
Yes they gave me phpMyAdmin to use, and no, I have no access to the
user/privilege table. So the only way to output database entries is to
connect with the single super account they gave me.
Principally, this means you cannot allocate user accounts for mysql. No
big deal unless you
Yes they gave me phpMyAdmin to use, and no, I have no access to the
user/privilege table. So the only way to output database entries is to
connect with the single super account they gave me.
I have a question about what you said Doug:
>Use INCLUDEs for the login portions of the script(s) and pl
for the db? PhpMyAdmin? something else?
Many of those can be used to create additional user accounts with more
limited restricitions.
Bastien
From: "Shay" <[EMAIL PROTECTED]>
Reply-To: "Shay" <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] Given only o
net
Subject: [PHP-DB] Given only one mySQL user account by Host Company
Date: Sun, 23 Jan 2005 03:03:26 -0700
My hosting company gave me one database and one root user account, and I
have no access for priviliges at all. So as far as I can tell, the only way
for me to connect to the database on
Simple _complete_ solution: Find a different hosting company that provides a
virtual server and root access to everything about your account. Cost should
be nominal, but probably not free.
Simple _partial_ solution: Use INCLUDEs for the login portions of the
script(s) and place them in a prot
My hosting company gave me one database and one root user account, and I
have no access for priviliges at all. So as far as I can tell, the only way
for me to connect to the database on my site is to do a
mysql_connect("host", "user", "pass"), where the user and pass are the ones
for this one s