由买买提看人间百态

topics

全部话题 - 话题: someuser
(共0页)
c**t
发帖数: 2744
1
来自主题: Database版 - 借人气问:连MySQL的问题?
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
来自主题: Database版 - 借人气问:连MySQL的问题?
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
x*******3
发帖数: 8342
4

GRANT SELECT,create,alter,update,index,execute,drop,delete, INSERT ON mydb.*
TO 'someuser'@'somehost';
http://dev.mysql.com/doc/refman/5.1/en/grant.html
大包子,谢谢
D******n
发帖数: 2836
5
来自主题: Linux版 - how to check disk usage per user?
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.
(共0页)