c**t 发帖数: 2744 | 1 Behind the router, I have a linux box, and a XP box;
MySQL is running on the linux box; MySQL Administrator 1.0 is running on XP.
But I cann't connect to the linux box from XP with the valid user account.
The account (someuser) was created by:
GRANT USAGE ON myapp.* TO 'someuser'@'192.168.0.xxx' IDENTIFIED BY 'some_pass'
;
FLUSH PRIVILEGES;
Any clue? |
|
D*******I 发帖数: 29 | 2 GRANT USAGE ON myapp.* TO 'someuser'@'192.168.%' IDENTIFIED BY 'some_pass'
or
GRANT USAGE ON myapp.* TO 'someuser'@'%' IDENTIFIED BY 'some_pass'
also make sure port is ok
pass' |
|
l******c 发帖数: 2555 | 3 here's someuseful infomation:
Most dirtiest cities in US:
1 Los Angeles, Long Beach and Riverside area
2. Bakersfield
3. Fresno
4 Visalia
8 Modesto
9 Sacramento
non-California cities in the top 10: Pittsburgh, Pa; Birmingham, Ala.; and
metropolitan Phoenix, Ariz
,3 |
|
|
D******n 发帖数: 2836 | 5 the problem here is how to do it user-wise, /home/someuser is very crude,
because users use other folders other than their home directory such as /bbc
/ddt/, /bbk/data1/....etc. |
|