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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: t35li
  • Order by date
  1. t35li

    Set up Phpmyadmin on Remote server

    I have a website that is hosted on my University server with MySQL database. I want to setup phpmyadmin on this server so it is easier to manage the tables. I'm not quite sure about how to setup the config.inc.php file, and when I go to http://mydomain/phpmyadmin, it gives error saying server is...
  2. t35li

    ACCESS DENIED, Server Not Responding

    I'm not sure if its on the same machine or not, but i've tried host as localhost, 127.0.0.1, etc.
  3. t35li

    ACCESS DENIED, Server Not Responding

    I have installed phpmyadmin on my University webserver where my website is. I have configured config.inc.php, but whenever I go to it, it gives error saying: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) Here is my config.inc.php...
  4. t35li

    Connect to Remote MySQL database (NEWBIE)

    I'm building a website for my lab using MySQL database provided by the university's server. I can't seem to figure out how to connect to MySQL using SSH Secure Shell Client. I have connected to the university's server using SSH, but when I type commands like : [user@servername]$ mysql -u user...
  5. t35li

    Connect to Remote MySQL database (NEWBIE)

    I'm building a website for my lab using MySQL database provided by the university's server. I can't seem to figure out how to connect to MySQL using SSH Secure Shell Client. I have connected to the university's server using SSH, but when I type commands like : [user@servername]$ mysql -u user -p...
  6. t35li

    Opening and Closing Programs with Command Line

    hmm... The program is actually an image creator. It loads a text file, create an image using the informations, and save the image to somewhere. I have over 300 of those text files that I want to create an image for, and I dont want to do each one manually. So I wanted to put all this in a loop...
  7. t35li

    Open and Closing Programs through Command Line

    okay, basically the program that I want to run is image creating program, something like photoshop. Except, all I want to do is, Open the program, load an input file, save the output image of the program to somehwere, and close the program. So in the end, I will have a folder of over 200 of the...
  8. t35li

    Opening and Closing Programs with Command Line

    Thx, this solves a bit of my problem, but want all this process to be in a loop. So it would start the program, load a file with the program, save the output of the program, and close it, and then loop again with different input files to the program. If you know what I mean. So I probably wont...
  9. t35li

    Opening and Closing Programs with Command Line

    just to make it clear, I'm not trying to read or write to a text file, even though i used notepad as an example.
  10. t35li

    Open and Closing Programs through Command Line

    just to make it clear, I'm not trying to read or write to a text file, even though i used notepad as an example.
  11. t35li

    Opening and Closing Programs with Command Line

    I'm writing a Python program that bascially opens a program, does something to it, and close the program, all through command line. So far I have program with closing the program. For an example : import os os.system("notepad") .. (does something with notepad and saves the file somewhere) ...
  12. t35li

    Open and Closing Programs through Command Line

    I'm writing a perl program that basically use command line to open a program, does something with it, and close the program. And this will be in a loop. I have problem with closing the program. Just for an example, system("notepad.exe"); . . (does something with notepad and saves the file to...

Part and Inventory Search

Back
Top