07-10-2008, 10:53 AM
|
#2 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
|
Well, to login to your mysql demon from ssh cli you use the following command:
> mysql -u username -p
> password
And you are now able to use the mysqld from ssh. You use "quit" to stop using the server.
But may I ask why you want to do it over ssh?
As for the ssh2_* functions, never used them so I can't help you with that :)
__________________
Nunchaku! Who doesn't like martial arts? =)
|
|
|