using host name option

2004-05-17 Thread Timothy Waters
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 anything I am doing wrong? What should I do to be 
able to connect to it on my LAN? 
Tim
-- 
__
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



client and server question

2004-02-15 Thread Timothy Waters
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 accomplish this? 
-- 
__
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



HELP!!! permissions not working!

2003-06-14 Thread Timothy Waters
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 * to 
someuser identified by 'somepass'; and it STILL won't even log into MySQL 
using the command line! I'm totally in the dark on this one. Any clues?

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



web app ideas

2003-06-09 Thread Timothy Waters
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 what I need to keep 
on the web server. Can I just have my html and php pages along with the one 
database uploaded to the server? I found a free hosting site that hosts PHP 
and MySQL sites and I wanted to get some advice from more experienced people. 
/TIMMY

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: web app ideas

2003-06-09 Thread Timothy Waters
I really don't know. I'm doing this all by trial and error. I'm using 
www.spaceports.com to host it and they have php and mysql support. i know the 
php part works fine cuz I've tried a few pages. I just don't know how to work 
with the MySQL part going through them, but I'm sure I can find that on their 
forums. Oh, really the hardest concept that I have left to think through for 
my address book is the user authentication. I'm using the book PHP and MySQL 
Web Development by Welling  Thomson and the simple authentication using 
PHP and MySQL doesn't work. I've gone through and matched every possible bit 
of data to their's and it still doesn't authenticate correctly. Does anybody 
have a sample of a PHP script that uses a MySQL database to store the 
usernames and passwords that actually works and you can actually share? I've 
been trying to get it to work for 5 hours this evening and I am out of ideas.

On Monday 09 June 2003 08:13 pm, you wrote:
 Timmy,

 Out of interest, what else did you think you would need to store?

 I believe you're correct in saying that this is all you need.
 The only possibility I can think of is if the host's PHP
 installation is not configured to your liking, wrong version
 for your needs, etc., in which case you might need your own
 PHP.exe uploaded with a php.ini config file, but this probably
 isn'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.


 -Original Message-
 From: Timothy Waters [mailto:[EMAIL PROTECTED]
 Sent: Monday, 9 June 2003 4:44 PM
 To: [EMAIL PROTECTED]
 Subject: web app ideas


 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 what I need to
 keep
 on the web server. Can I just have my html and php pages along with the
 one
 database uploaded to the server? I found a free hosting site that hosts
 PHP
 and MySQL sites and I wanted to get some advice from more experienced
 people.
 /TIMMY

 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
 http://lists.mysql.com/[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]