Dear lists,
How do I assign user and password to a database that i just created ?
Thanks
Dear lists,
Simple question for geniuses outthere:
my database has an integer field where i created with CREATE table test (first
int(10));
so when i use php to grab the "first" field and read it in $myrow["first"] , then try
to make the number increase by doing a
$increase = $myrow["first"
Hi geniuses,
i have 2 server A & B both have mysql running, is there anyway if i want to
use web application on A and connect mysql on B.
I think i need some code example, thanks
- Original Message -
From: "Egor Egorov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, Septe
Access denied for user: '@localhost' to database 'database'
I have a database named 'database' and i got this problem while trying to
get it run. I am connecting that database to localhost without user and
password, it works just fine on my previous windows box, but since lately
when i move it on
Hi list,
I am invoking mysql through php, so when i try to
connect,
it gives me this error message as i connecting
mysql as
localhost to 'database' database. While I dind't
specify
user/passwd for
that.
Access denied for user: '@localhost' to database
'database'
Than