database permission

2003-11-10 Thread ketvin
Dear lists, How do I assign user and password to a database that i just created ? Thanks

integer field

2003-10-22 Thread ketvin
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"

Connect mySQL

2003-09-30 Thread ketvin
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

Authentication

2003-09-29 Thread ketvin
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

Access denied

2003-09-23 Thread ketvin
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