Jump to content
  • 0

Can't log onto SQL?


Millenium

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   0
  • Joined:  07/10/12
  • Last Seen:  

I followed the video part way through, then I couldn't get any further because of the error below:

Query_Browser_Error.jpg

I set my SQL Browser as it was in the video, but you can see yourself:

Query_Browser_Set_up_Error.jpg

I've been trying to find out how to fix this for awhile now.. Is it because the version of My SQL I have is too old? I'm not sure if there is a way to fix this or not.

Any help is greatly appreciated!!

~Thank you!

I followed the video part way through, then I couldn't get any further because of the error below:

Query_Browser_Error.jpg

I set my SQL Browser as it was in the video, but you can see yourself:

Query_Browser_Set_up_Error.jpg

I've been trying to find out how to fix this for awhile now.. Is it because the version of My SQL I have is too old? I'm not sure if there is a way to fix this or not.

Any help is greatly appreciated!!

~Thank you!

CURRENT ERROR BELOW!

I fixed the above error.. Sort of, because I can log into My SQL and edit whatever I need, I started the server up and I get this error:

Server_Error.jpg

If there's anyway to fix it, please let me know!!

~Thanks again!

Edited by Millenium
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

You may have mistyped the password OR mistyped other database information

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

actually i experience same problem here.. I sure im typing working password.. But i also get errors like that.. Any idea?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  5
  • Reputation:   0
  • Joined:  07/16/12
  • Last Seen:  

Hi I have the same problem as well, I have the db information set up correctly in the inter_athena.conf file

// MySQL Character SQL server

char_server_ip: 127.0.0.1

char_server_port: 3306

char_server_id: root

char_server_pw: rathena

char_server_db: rathena

// MySQL Map SQL Server

map_server_ip: 127.0.0.1

map_server_port: 3306

map_server_id: root

map_server_pw: rathena

map_server_db: rathena

// MySQL Log SQL Database

log_db_ip: 127.0.0.1

log_db_port: 3306

log_db_id: root

log_db_pw: rathena

log_db_db: logs

log_codepage:

But I get the same errors as the OP, could anyone please help me with this.

I added some SOPs in the c code to see if the db values were passed properly and there is no problem there.

Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

MySQL can sometimes be quite picky - so make sure your root user can logon from both localhost and 127.0.0.1. root should have been granted access to your RO db by default, but check just to make sure :P

Also, make sure you actually set a password for root (not that you should be using root... you should be using a defined user without grant privs.. but nevermind).

You haven't setup a logs database.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

^^^ that's the solution.

give a permission for:

root@localhost

and

[email protected]

then,

FLUSH PRIVILEGES. it should work

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

If you're still using the old GUI Tool, i recommend switching to MySQL Workbench.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...