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...
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...
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...
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...
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)
...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.