Results 1 to 3 of 3

Thread: Mysql - "No database selected"?

  1. #1
    bobrocket9942 is offline x10Hosting Member
    Join Date
    Aug 2011
    Posts
    14

    Exclamation Mysql - "No database selected"?

    Hi guys!
    I was making a gaming community website, and when I was pulling a mysql connect for an activation code, I get an error saying "No database found" (It's a mysql_error() thing..)

    The code:
    <?php


    $server = "localhost";
    $dbuser = "bobrocke_1";
    $dbpass = "*********";
    $database = "bobrocke_users";


    mysql_connect($server, $dbuser, $dbpass);
    mysql_select_db($database);


    ?>

    The database is "bobrocke_users" and the table is "users" if that helps..
    Thanks!

  2. #2
    John Rambo is offline x10Hosting Member
    Join Date
    Jun 2011
    Posts
    24

    Re: Mysql - "No database selected"?

    Does database exist and spelt correctly? You can check it by sql SHOW DATABASES query.

  3. #3
    bobrocket9942 is offline x10Hosting Member
    Join Date
    Aug 2011
    Posts
    14

    Re: Mysql - "No database selected"?

    Quote Originally Posted by John Rambo View Post
    Does database exist and spelt correctly? You can check it by sql SHOW DATABASES query.
    It's spelt correctly.
    Checked the databases;
    "bobrocke_users" which is exactly what I have in the code.

    ---------- Post added at 05:40 PM ---------- Previous post was at 04:01 PM ----------

    Fixed it!
    I hadn't put the user into the database. xD Rookie error, right?

Similar Threads

  1. PhpMyAdmin - Error "No database selected"
    By paulguzda26 in forum Free Hosting
    Replies: 0
    Last Post: 04-03-2011, 09:42 AM
  2. "General Error" MySQL database problem
    By vinas55 in forum Free Hosting
    Replies: 0
    Last Post: 01-06-2011, 05:59 AM
  3. "no database selected" even with full privileges
    By mooseman1888 in forum Free Hosting
    Replies: 2
    Last Post: 10-21-2009, 12:00 AM
  4. Replies: 2
    Last Post: 05-31-2009, 11:09 PM
  5. Replies: 0
    Last Post: 12-02-2008, 03:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
dedicated servers