Hi all
I'm using the following command in mysql 4.1.5 on a Gentoo box.
grant SELECT,INSERT,DELETE on trawler.* to 'machine'@'%' identified by 'zo14LI615';
But the following happens when I try log in.
mysql -umachine -higor -pzo14LI615 trawler
ERROR 1045 (28000): Access denied for user...
Hi all,
I listened to someone "wise" and ran
dd if=/dev/zero of=/dev/sda bs=512 > count=1024
with the aim of erasing my MBR. I have now erased my partition table :( I havn't rebooted... for now. Does anyone have any idea how I can get this back?
I think I can rebuild it if I can find out how...
Hi all,
I'm new to C and when trying to recompile comlib.c I get the following errors,
<snip>
demos/comlibtest.c:7: stdio.h: No such file or directory
demos/comlibtest.c:8: stdlib.h: No such file or directory
In file included from include/comlib/serial.h:21,
from...
Hi, I'm trying to setup Hylafax on a Woody server and the documentation states that the following should work
hyla% cu -l ttyf2
Connected
at+fclass=?
0,1,2
OK
~[hyla].
Disconnected
However when I run
cu -l ttyS04
I get
cu: open (/dev/ttyS0): Permission denied
cu: ttyS0...
Hi all,
I need to build a fax server but don't know really where to start. I need it
to work with winfax or any equivalent for a Windows environment. Does anybody
have any ideas? I've read abit of the fax docs and the Fax-server HOWTO but I
must be dense or something because I can't get it to...
Hi
I have currently got a script that goes like this
<code>
echo " Clearing any existing rules and setting default policy.."
$IPTABLES -P INPUT ACCEPT
$IPTABLES -F INPUT
$IPTABLES -P OUTPUT ACCEPT
$IPTABLES -F OUTPUT
$IPTABLES -P FORWARD DROP
$IPTABLES -F FORWARD
$IPTABLES -t nat...
Hi all, a small section of my program is as follows
<code>
GregorianCalendar gc = new GregorianCalendar();
boolean less=false;
Calendar now = gc.getInstance();
int hr = now.get(Calendar.HOUR);
int dy=now.DAY_OF_MONTH;int dy2=now.DATE;
int min = now.MINUTE;
int...
Hi all
Anybody got ideas as to why java is SOOOOOO SLOOOOW on a laptop. I dual boot my acer travelmate 430 java runs horribly slow in both Linux and windows. JBuilder and sun1 both take about 5 min to load from windows and JBuilder loads without pictures, icons etc in Linux. I can't see that a...
Hi all
I'm working on Linux(Debian) and trying to access mysql locally
through a java application. When I run the following code snip
Class.forName("com.mysql.jdbc.Driver").newInstance();
try{
java.sql.Connection con;
con =...
Hi all, I've been having trouble enabling DMA on my woody box and as a last resort I decided to compile a new kernel. I compiled the kernel, installed the new kernel, ran lilo
and rebooted. On the up side the new 2.4.21 kernel
correctly detects my IDE chipset but on the down side my
system is...
Hi all,
I made a post earlier this month about no being able to conect to a mysql dbase. Since then I've worked out that it had nothing to do with mysql but I think it is in the PHP setup or something ****my head hurts ****
Heres the story, we use global variables that work in a basic test...
Hi, I've got php4 and mysql running on my Debian 3 box but the 2 don't talk to each other. I've got Java to access the mysql but even with the right username and passwords there's no connection... help???
Hi, I've successully setup mysql on a Debian 3 box and I can't connect over the LAN to it.
To connect to another mysql database on a Windows ME computer I use
mysql -h 192.168.0.157
and it works fine. But the identical command on to my Linux box
mysql -h 192.168.0.2
I get the error below...
Hi there, I'm trying to set up 2 virtual hosts by name and apache won't start up.
I am using a Debian server.
My zone and apache.conf files look perfect according to my books and I can ping my virtual domains. Below are some excerts from important files.
Please help...
httpd.conf
### Section...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.