I am having trouble using the -h option in my setup of MySQL. If I use '-h localhost'
in the command it will work, but my hostname on my box is tux. If i use '-h tux' for
the hostname option, it will not work. I double checked my /etc/hosts and everything
is as it should be there. Is there anyth
I've got an iBook running gentoo and MySQL version 4.0.17 and it's on the same router
with my desktop running gentoo and MySQL version 4.0.17. I would simply like to use
the iBook as a mysql client and have it connect to the mysql server running on my
desktop. What is the simplest way to accompl
I've been messing around making very simple web pages using PHP and connecting
to a MySQL database. I've tried using different users to connect and
different grants, but so far the ONLY user that can connect through these
pages is root, and we all know that isn't cool. I've done "grant all on *
27;t necessary.
>
> Oh, or if you need to set up some kind of cron job or something
> for the backend processing, in which case I think you'd need
> to call an .exe instead of the normal service.
>
> But otherwise, you're fine. ;)
>
> Peter.
>
>
>
Hello all,
This is my first post here so I'll make it worth it. I'm a programming student
and am wanting to make a simple PHP and MySQL web based address book simply
for a resume topic. It's going to be just simple enough to add contacs,
remove them, and look them up. I'm curious as to exactly