[PHP-WIN] Mysql problems

2011-03-18 Thread Bas Caminada
Hi, I am trying to build a CMS with info about clients, jobs in production etc etc. Got the database running perfectly. Created tables for Contact details and i can enter and pull data from the table. How ever created a table to store usernames and passwords but when trying to INSERT INTO

Re: [PHP-WIN] MySQL problems...

2002-01-01 Thread Pac mon
Uhm... I don't think so ... what I mean is if you access mysql directly from the mysql app then there are users and passwords. Most likely you have or at least *SHOULD* have a password set for the root user of MYSQL. When accessing the DB from PHP you in order to be able to run queries on a DB

Re: [PHP-WIN] MySQL problems...

2001-12-30 Thread VivoAnt
n line 230 - Original Message - From: "VivoAnt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 9:01 PM Subject: Re: [PHP-WIN] MySQL problems... > Do I have to CHMOD PHPMyAdmin ??? > > - Original Message - > From: "Pac

Re: [PHP-WIN] MySQL problems...

2001-12-30 Thread VivoAnt
Do I have to CHMOD PHPMyAdmin ??? - Original Message - From: "Pac mon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 1:59 AM Subject: Re: [PHP-WIN] MySQL problems... > My guess is that you have a password set for the root user

Re: [PHP-WIN] MySQL problems...

2001-12-30 Thread Pac mon
My guess is that you have a password set for the root user in Mysql, but (from the error statement) I can see that a password was not sent to Mysql for verification. That being neccessary, of course. I believe David is referring the the exact variables in phpMyAdmin that would hold the value in

Re: [PHP-WIN] MySQL problems...

2001-12-30 Thread David Elliott
Hi VivoAnt On 30 December 2001 at 01:02:22 -0800 (which was 09:02 where I live) VivoAnt rearranged electrons to get V> Thanks for the help on my previous question :) I got it to work finally V> :) After I did everything I tried to upload phpmyadmin to my server. I V> tried accessing the page but

[PHP-WIN] MySQL problems...

2001-12-30 Thread VivoAnt
Thanks for the help on my previous question :) I got it to work finally :) After I did everything I tried to upload phpmyadmin to my server. I tried accessing the page but I got this error: Error MySQL said: Access denied for user: 'root@localhost' (Using password: NO) I'm not sure what th