Displaying 2 results from an estimated 2 matches for "easyphp1".
Did you mean:
easyphp
2007 Feb 16
0
cifs error 13
...er%pass
- lists all nt users
4) net rpc user -S linuxa -U linuxUser%pass
- lists all linux users
5) sudo smbclient -L calserver01 -U ntuser%pass
- lists the services on calserver01
6) sudo smbclient -L linuxa -U linuxUser%pass
- lists the services on linuxA
7) sudo smbmount //server01/EasyPHP1-8 server01easyPHP -o
username=ntuser,credentials=/etc/samba/user
- successfully mounts easyPHP share on server01
8) sudo mount -t smbfs //server01/easyPHP1-8 server01easyPHP -o
user=ntuser,credentials=/etc/samba/user
- successfully mounts easyphp share on server01
failed commands:
1)...
2007 Nov 12
2
R 2.6.0 & RMySQL
...t members --
I have problems in loading the pre-compiled library RMySQL_0.5-7 taken
here (http://stat.bell-labs.com/RS-DBI/download/index.html) or
RMySQL_0.6-0 taken here
(http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.5/) on R 2.6.0
under Windows XP. I am using the MySQL features of EasyPHP1-8 (but the
problem is not (for the moment) in connecting with a database but just
in loading the package)
I have seen all the previous posts explaining to copy the libMySQL.dll &
RMySQL.dll of the RMySQL library in the Windows/System32 folder or to
change the path variable in the Environmen...