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

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Can't Get Connected 1045 #14066
    airplays
    Member

    I was plagued by this error message for DAYS, couldn't log into mysql remotely with either mysql-front or sqlyog… finally figured out the syntax of the command to get the remote user successfully added.

    steps are:

    1) log in as root: mysql -u root -p (then it'll prompt you for your password)

    2) for this specific example, using user root at ip 192.168.2.5, which is the ip that you will be logging in from, and password “fruitcake” type the following: (and include the single quotes around the password)…

    grant all privileges on *.* to [email protected].2.5 identified by 'fruitcake' with grant option;

Viewing 1 post (of 1 total)