Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. error to mysql

error to mysql

Scheduled Pinned Locked Moved Database
phpmysqlsysadminhelpworkspace
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    a2bj
    wrote on last edited by
    #1

    HI error under error 1045 - access denied for user 'root' '@localhost'(using password : no) php my admin tried to connect to the MYSQL server and the server rejected the connection .you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server.

    P B R 3 Replies Last reply
    0
    • A a2bj

      HI error under error 1045 - access denied for user 'root' '@localhost'(using password : no) php my admin tried to connect to the MYSQL server and the server rejected the connection .you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server.

      P Offline
      P Offline
      phil o
      wrote on last edited by
      #2

      What is the question ?

      1 Reply Last reply
      0
      • A a2bj

        HI error under error 1045 - access denied for user 'root' '@localhost'(using password : no) php my admin tried to connect to the MYSQL server and the server rejected the connection .you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server.

        B Offline
        B Offline
        Bernhard Hiller
        wrote on last edited by
        #3

        a2bj wrote:

        you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server

        Such a good error message! It perfectly tells you what to do. I cannot believe that some internet provider would allow you to connect to a MySQL database on the server as root, and without a password...

        P 1 Reply Last reply
        0
        • B Bernhard Hiller

          a2bj wrote:

          you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server

          Such a good error message! It perfectly tells you what to do. I cannot believe that some internet provider would allow you to connect to a MySQL database on the server as root, and without a password...

          P Offline
          P Offline
          Peter_in_2780
          wrote on last edited by
          #4

          You can rest easy. It's on localhost, not an ISP. OP just can't remember what he told mysql so he can enter it into phpmyadmin. :groan: Peter

          Software rusts. Simon Stephenson, ca 1994.

          1 Reply Last reply
          0
          • A a2bj

            HI error under error 1045 - access denied for user 'root' '@localhost'(using password : no) php my admin tried to connect to the MYSQL server and the server rejected the connection .you should the check the host, user name and password in your configuration and make sure that they correspond to the information given by the administrator of the MYSQL server.

            R Offline
            R Offline
            Rakesh Meel
            wrote on last edited by
            #5

            Edit config.inc.php this can be found in phpMyAdmin/libraries change : $cfg['PmaAbsoluteUri'] = ''; to $cfg['PmaAbsoluteUri'] = 'localhost/phpmyadmin/'; change $cfg['Servers'][$i]['host'] = 'localhost'; to $cfg['Servers'][$i]['host'] = 'Localhost'; and enter you're password in : $cfg['Servers'][$i]['password'] = ''; eg $cfg['Servers'][$i]['password'] = 'password'; reboot MySQL

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups