Problem to start with MySql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • browser
    New Member
    • Apr 2007
    • 1

    Problem to start with MySql

    I installed MySql4 in C: Drive and follow these steps
    1. Install PHP
    2. Install PhpMyAdmin
    3. Start Command Prompt and
    a. run mysql from c:\mysql\bin
    b. run the script : delete from user where host='localhost ' and user='';
    fush priviliges
    quit from mysql
    c:\mysql\mysqla dmin - r root and password = 'pass';
    c. All process run successfully but when I stat phpMyAdmin I cannot open or create any table or database.

    Please help me.
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    You will need to configure phpMyAdmin to point to your MySQL server and have the correct usernames and passwords. Read the phpMyAdmin documentation on how to do this.

    Comment

    Working...