|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
i have two pcs which they run rh7.3
i can see the data in my mysql database but when i try to reach it throw kylix it says inviled username or password any one can help me ?? ps: i use one of my pcs as a server and run the mysqld on it andthe other as client
__________________
-------------------------------------------------------------------------- you can always help us with your linux , programming and web design information at http://www.itwdc.com/xmb/ So we are glad to see you there im out for a month |
|
#2
|
||||
|
||||
|
Maybe that login that you are using, is only allowed to work from localhost?? Assuming machine1 is running mysqld, can you log in using the mysql command line utility from machine2 to machine1?
|
|
#3
|
|||
|
|||
|
can you tell me the exact command to test it ..
plz |
|
#4
|
||||
|
||||
|
Something like this:
/path/to/mysql -h 12.34.56.78 -u loginname -p Replace /path/to with the path to mysql (usually /usr/bin or /usr/local/bin), 12.34.56.78 with the IP address of the server running mysqld and loginname with the login that you are using. |
|
#5
|
|||
|
|||
|
when i execute the command it works fine and it gave me all the info about the MYSQL ..
but it still give me invilde userName or PassWord when i try to reach it throw kylix .... even in the same pc... any help please Last edited by linux juggler : May 20th, 2003 at 07:02 AM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > kylix and mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|