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 dencom 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
  • Content: Threads
  • 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 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...
  3. 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...
  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 -p...
  5. 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) ...
  6. 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