Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Having Problems With Mysql

forums forums SQLyog SQLyog Comments Having Problems With Mysql

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #31870
      peterlaursen
      Participant

      The default password for 'root user is EMPTY (nothing). But the MySQL server may have been set up and configured with some script or application defining a password.

      If you have lost access to your MySQL server you are close to getting it right. You will have to start MySQL with the –skip-grants-table option. Now you can define details for root (and any user). Next start the server normally.

      Full details in MySQL documentation here: http://dev.mysql.com…ermissions.html

    • #31871
      Cdn
      Member

      how do you start MySQL with the –skip-grants-table option? sorry im not a good computer person i tryed following the webpage u wrote but im still confussed. ty for your time

    • #31872

      The default password is EMPTY.You may check whether the connection is established and previous session is terminated properly.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.