Search results

  1. I

    Problem with user in phpmyadmin

    could you maybe pm your e-mail address because from what i see i cant include any file when i check send e-mail from your profile page.. edit ok now i saw it
  2. I

    Problem with user in phpmyadmin

    Now that i see, i cant access my site at all but i guess that's a server case. Tell me what files you need and i will send you via e-mail or what?
  3. I

    Problem with user in phpmyadmin

    i have a seperate file (database_functions.inc). Over there i have the functions i use with the commands needed. Just like this: <?php function db_open() { @ $db = mysql_connect("localhost", "name_user", "password") or die("Cannot connect to the database"); @...
  4. I

    Problem with user in phpmyadmin

    the mysql name i am using is the one from the user i made for mysql wizard,also the password. just like this: $db = mysql_connect("localhost", "name_user", "password") until here, everything is fine. But when i added this line of code in the php file...
  5. I

    Problem with user in phpmyadmin

    thanks for replying the way i created the db is like your link. i just can't add the user i created in the phpmyadmin. am i missing somethnig else maybe?
  6. I

    Problem with user in phpmyadmin

    Hi all, i am working in a project and i have a problem. I created a database and in the phpmyadmin the only user I can see is name@localhost. From the MySql Databases i created another user with full privileges and add him in the database. In the file database_fuctions.inc in the db_open...
Top