Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sweetlew

  1. sweetlew

    MySql access problems

    I've have MySql installed with Ubuntu Linux. I now for some reason cannot login with my root user name and password. I've tried everything but get this error: ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)' Please someone help me with this error. I had everything...
  2. sweetlew

    PHP and MYSQL

    Here's my code, I filled x's for my IP of my linux box. <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <?PHP /* declare some relevant variables */ $hostname = "xxx.xxx.xxx.xx"; /* This is the hostname on...
  3. sweetlew

    PHP and MYSQL

    Doing a PHPINFO() DOES return my PHP4 setup info. So that seems to be installed correctly. I also have tried doing all of the above mentioned suggestions and no luck!!!!
  4. sweetlew

    PHP and MYSQL

    I have Version 4.x
  5. sweetlew

    PHP and MYSQL

    I'm having problems with PHP and MYSQL. OK, I'm running apache2 and PHP on a test Ubuntu(Warty) pc at home, I have MySql installed. I can access from other machines and have created tables. I also have PHP install from what I can tell correctly. I can show the PHP info when I issue the PHPINFO...
  6. sweetlew

    PHP4 not installing

    I seem to be having a problem installing PHP4 on Ubuntu(Warty). I have Apache2, MySQL installed OK but PHP4 will not. When I try to run the PHPINFO() function in a web page to see if PHP is installed I get nothing. I did install PHP for what I thought was OK, but, I get this error as a result of...
  7. sweetlew

    Can't connect using MySQL query browser

    Thanks a lot!!!!!!!!!!!!!!!!!!!!!! That worked!!!!!!!!!!!!!!!
  8. sweetlew

    Can't connect using MySQL query browser

    I think I'm getting close, now I get an error that says; Host '192.168.x.x' is not allowed to connect to this MySql server.
  9. sweetlew

    Can't connect using MySQL query browser

    Here is the result of a grep on mysql: unix 2 [ ACC ] STREAM LISTENING 5587 /var/run/mysqld/mysqld.sock here is a copy of my.cnf file: SSH Secure Shell 3.2.9 (Build 283) Copyright (c) 2000-2003 SSH Communications Security Corp - http://www.ssh.com/ This copy of SSH...
  10. sweetlew

    Can't connect using MySQL query browser

    Here's the result of doing a IPTABLES -L on my linux box: Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt...
  11. sweetlew

    Can't connect using MySQL query browser

    Yeah, it must be something like that as my apache2 webserver works just fine.
  12. sweetlew

    Can't connect using MySQL query browser

    What should I look for in ways of firewall issues? Thanks
  13. sweetlew

    Can't connect using MySQL query browser

    Yes, I can ping to the box with no problem. Yes, I can ping with the machine name. No I could not Telnet, I tried telnet(ing) to the box from XP and got a: Could not open connection to the host, on port 3306: Connect failed.... As a matter of fact, I get the same message when I telnet...
  14. sweetlew

    Can't connect using MySQL query browser

    I'm having a little problem connecting remotely to my MySql database. First a little background on my setup. All machines are on my home LAN behind a router. Linux Machine; Ubuntu Linux with MySql installed and running without a problem, command line. Windows XP machine with MySql query browser...
  15. sweetlew

    Command line printing in Ubuntu linux

    I'm in need of help. I have Unbuntu install with no GUI. Using this PC as a file server only. I ran into a need to print a text file from this machine to my windows printer. I have three other XP Pro machines on a home network along with my Linux file server. The printer I want to use is on one...

Part and Inventory Search

Back
Top