Need to see mysql log with jailed ssh access - mysql

I've been searching around for a software which enable to see live mysql log for each queries made on wordpress or any site uses mysql.
Can anybody give me a suggestion ? I'm using linux mint & mac.
Thank you.

Related

How to access a database on mySQL on Windows Server 2012

I have no idea how Windows Server works. All I want to do is gain access to a database in mySQL on Windows Server. Is there a phpmyadmin like there is on Cpanel? I have no idea where to go.
It's a Windows Server 2012 that runs Apache and mySQL on which Wordpress is installed.
Someone please help.
Personally, for accessing mysql databases in a windows app, I use HeidiSQL.. But we don't do recommendations for software on SO, so you're free to choose whatever you want and I'm not going to focus on particular software in this answer
To access the mysql instance you'll need to know the username and password of a user with sufficient privileges to do what you want. If you don't know this username/password, a good place to sart looking is in the config files of any apps (like your apache web apps, wordpress etc) that use the db and see if you can read the password out in plain text there.. With luck the person who set all this up will have left behind the username/password in a config file and yu're away. If your question is about how to break into a database where you don't know the password, make an edit so this is more clear
You might check to see if PHPMyAdmin or MySQL workbench is installed; both are great tools for managing MySQL databases and popular with Wordpress developers
Thanks guys. Yes the server happened to have HeidiSQL installed on it and I was able to access the database.
Thanks for your help.

I can't enter to "localhost:8080/phpmyadmin"

Im trying to enter and it says This site can't be reached: connection refused... also, I made sure that the settings are right on the html files of the modules I am currently using which are apache and mysql. I've read through the web and someone said that I had to stop the apache module or mysql module, already did it, but no luck... any help with this problem?
As far as I know, you are no need to use the port number.
localhost/phpmyadmin
I hope this will work. If you are using a Linux version. please check this thread.
I had similar problem using easyphp with php, mysql and apache and solved it by running as administrator
What are you using as your local server? Have you restarted the services? Does it say your localhost is running properly?

Wordpress + apache2 + mysql

I have a VPS server which hosted an wordpress site. Why the website is running, there have too many processes spawn. It causes to leak memory and mysql is cracked? Can you guys help me? Thank you much.
Thats a pretty general question. It could be because of a wordpress plugin (most of the times). It could also be an issue with the wordpress theme that you are using. Least but not last you should check your apache access log for that site and the error log as well. There could be some sort of brute force attempts that just spawn proccesses. The default location on centos for apache logs is /var/log/httpd if not configured otherwise.

Can not save any changes in Wordpress hosted on Windows Azure

We are using Windows Azure platform to host wordpress along with mysql database. Three days ago, all in sudden, we can't save any changes to wordpress. The wordpress shows the changes are successfully made but none of them are taken effective. After googling the problem, it appears that the problem is with mysql permission on Windows Azure. I tried to reach Microsoft, but they direct me to here. I am wondering if anyone experience the same issue and have a solution to this. Thank you.
I found the answer from MSDN forum. The problem with mysql db on azure is that the db is actually hosted at cleardb. azure provision the mysql db as a service but the initial space is 20MB only. It's earsily running out space. I have to go to cleardb dot com to register a payable account and link to azure. Then increase the space. It worked right away.
MSFT currently has very limited support for WindowsAzure. I am not satisfied. But I am glad I can find the answer from tech forum eventually.

Comet (Ajax Push) in Godaddy dedicated server?

I want to know if it's possible and I'm looking for tutorials to set it up.
APE website says that knowledge of JavaScript programming is sufficent to follow the tutorial however I haven't been able to puzzle even the first 2 lines of the tutorial.
I'm using Ubuntu. After downloading APE I have no idea what to do. I already set up SSH to access the server.
What should be my following steps or where can I find an easier to tutorial to use comet be it through APE or something else?
Assuming your GoDaddy server is running some flavor of Linux, I don't see any reason it would not be possible. I was just looking over the documentation and I am not clear on what part you are having trouble with. What Linux distribution are you using? Do you have SSH access?
If you have ssh access and a root account you should be able to just follow the instructions to get APE running on the default port.
If you are running a Debian dist (Ubuntu and others) it looks like you should download the source from Git and compile it. There are instructions for the compilation there. You can learn about what you need to do wth Git by search for "clone git".
If you can be more specific about what you are having trouble with, we can probably be more helpful. But ultimately you should be able to install this on any dedicated server without issue.