Need a serious MYSQL Help please! Yes I searched and found nothing! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Need a serious MYSQL Help please! Yes I searched and found nothing! (
/showthread.php?tid=64692)
Need a serious MYSQL Help please! Yes I searched and found nothing! -
kujox2 - 06.02.2009
The subject I need help with is weird.
Posting SS with this , It tells me I am not allowed or something , Yes its my private IP and no whatsmyip.com won't work for some weird reason help please!
Can anyone help me please?
Re: Need a serious MYSQL Help please! Yes I searched and found nothing! -
SilentMouse - 06.02.2009
Quote:
|
Originally Posted by kujox2
The subject I need help with is weird.
Posting SS with this , It tells me I am not allowed or something , Yes its my private IP and no whatsmyip.com won't work for some weird reason help please!
Can anyone help me please?
|
Sorry, what IP are you trying to connect to? And are you trying to connect to a database on your own computer?
Re: Need a serious MYSQL Help please! Yes I searched and found nothing! -
kujox2 - 06.02.2009
Quote:
|
Originally Posted by SnowFlake
Quote:
|
Originally Posted by kujox2
The subject I need help with is weird.
Posting SS with this , It tells me I am not allowed or something , Yes its my private IP and no whatsmyip.com won't work for some weird reason help please!
Can anyone help me please?
|
Sorry, what IP are you trying to connect to? And are you trying to connect to a database on your own computer?
|
I am trying my private IP cause its the only thing that comes up correctly And brings up my router name
And yes the DB is hosted on my own computer.
Re: Need a serious MYSQL Help please! Yes I searched and found nothing! -
SilentMouse - 06.02.2009
Have you tried your loopback IP? (127.0.0.1)
Re: Need a serious MYSQL Help please! Yes I searched and found nothing! -
kujox2 - 06.02.2009
Quote:
|
Originally Posted by SnowFlake
Have you tried your loopback IP? (127.0.0.1)
|
No trying it now.
OMG DUDE I LOVE YOU IT WORKED I LOVE YOU!!!!!!!!!!!! No homo xD.
Re: Need a serious MYSQL Help please! Yes I searched and found nothing! -
SilentMouse - 06.02.2009
Quote:
|
Originally Posted by kujox2
Quote:
|
Originally Posted by SnowFlake
Have you tried your loopback IP? (127.0.0.1)
|
No trying it now.
OMG DUDE I LOVE YOU IT WORKED I LOVE YOU!!!!!!!!!!!! No homo xD.
|
Np, lol.
Re: Need a serious MYSQL Help please! Yes I searched and found nothing! -
kujox2 - 06.02.2009
thanks.
Re: Need a serious MYSQL Help please! Yes I searched and found nothing! -
KingJ - 07.02.2009
The cause of your error is that the MySQL user you where logging in as is only permitted to log in from 127.0.0.1 - I guess you where logging in as root. Now that you've set it to 127.0.0.1 it will work but I suggest using a separate user for security regardless.