Results 1 to 7 of 7

Thread: MySQL Help (URGENT)

  1. #1
    Join Date
    17 Aug 2007
    Location
    Charsadda, Pakistan
    Age
    38
    Gender
    Male
    Posts
    1,609
    Threads
    51
    Credits
    1,311
    Thanked
    9

    Default MySQL Help (URGENT)



    Kaisy hai aap sab?
    Dosto mere Machine par PHP, MySQL as Database, and IIS
    as Web server installed hai...
    Ab problem ye hai k jab mai MySQL configure karna chahta hoon tu last configuring option mai zeel ka error deta hai:

    [H1]
    Error Nr: 1045
    Access denied for user 'root'@'localhost' (using Password: NO)

    If a personal Firewall is running on your machine, then make sure you have opened the TCP port for 3306....
    [/H1]
    (Sometime give YES instead of NO)
    Death is not the biggest Loss in life.
    The biggest loss is when relationships die among us when we are alive!!
    (Shakespeare)

  2. #2
    c_waheed's Avatar
    c_waheed is offline Senior Member+
    Last Online
    20th February 2020 @ 04:05 AM
    Join Date
    19 Jul 2008
    Posts
    62
    Threads
    7
    Credits
    19
    Thanked
    0

    Default

    salam
    yar i think aap ko url dete waqt end pe :80 dena chaye.
    like
    localhost:80

  3. #3
    Join Date
    17 Aug 2007
    Location
    Charsadda, Pakistan
    Age
    38
    Gender
    Male
    Posts
    1,609
    Threads
    51
    Credits
    1,311
    Thanked
    9

    Default

    Quote c_waheed said: View Post
    salam
    yar i think aap ko url dete waqt end pe :80 dena chaye.
    like
    localhost:80
    Thanks for comments but Sorry yar yahaa mera tera hayal nahi chalta...I need confirm or near to, solution...
    And also configuration k doran o host k bary mai nahi pochta...
    Please Experts do help me, i'm making a website and all the work is pending because of this problem...

  4. #4
    Join Date
    17 Aug 2007
    Location
    Charsadda, Pakistan
    Age
    38
    Gender
    Male
    Posts
    1,609
    Threads
    51
    Credits
    1,311
    Thanked
    9

    Default

    Also mai jab Record Show/Add karta hon database tables mai o b nahi hota Q K MySQL server localhost par confirm nahi...

  5. #5
    kanch's Avatar
    kanch is offline Senior Member+
    Last Online
    3rd June 2012 @ 04:58 PM
    Join Date
    11 Jan 2009
    Age
    35
    Posts
    111
    Threads
    6
    Credits
    0
    Thanked: 1

    Default

    //connecting to the db
    $host = "localhost";
    $username = "apron";
    $password = "apron123";
    $database = "dbHits";
    $server = mysql_connect($host, $username, $password);
    $connection = mysql_select_db($database, $server);

  6. #6
    kanch's Avatar
    kanch is offline Senior Member+
    Last Online
    3rd June 2012 @ 04:58 PM
    Join Date
    11 Jan 2009
    Age
    35
    Posts
    111
    Threads
    6
    Credits
    0
    Thanked: 1

    Default

    disply eerror when u trying

    //connecting to the db
    $host = "localhost";
    $username = "apron";
    $password = "apron123";
    $database = "dbHits";
    $server = mysql_connect($host, $username, $password) or die(MYSQL_ERROR());
    $connection = mysql_select_db($database) or die("can`t select Database");

  7. #7
    muveen_delhi's Avatar
    muveen_delhi is offline Senior Member+
    Last Online
    18th November 2013 @ 02:38 PM
    Join Date
    23 May 2013
    Location
    Delhi
    Gender
    Male
    Posts
    30
    Threads
    5
    Credits
    0
    Thanked: 1

    Default

    maine apache server, PHP aur mysql download kar liya hai.
    lekin un folders mein setup.exe file nahin hai
    main kya karun
    plz reply

Similar Threads

  1. .php and mysql
    By shahid1 in forum Ask an Expert
    Replies: 3
    Last Post: 28th April 2020, 10:51 AM
  2. PHP MySQL Class-13
    By shakeel in forum PHP MySQL
    Replies: 88
    Last Post: 5th March 2016, 01:28 PM
  3. Need help - mysql database (Urgent)
    By asnain_infotech in forum Ask an Expert
    Replies: 0
    Last Post: 16th May 2013, 03:53 PM
  4. help me in mysql
    By aminkhan in forum Ask an Expert
    Replies: 2
    Last Post: 16th June 2010, 11:52 AM
  5. help me in mysql
    By aminkhan in forum Ask an Expert
    Replies: 7
    Last Post: 28th July 2009, 01:17 AM

Bookmarks

Posting Permissions

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