PHP Fatal error: Call to undefined function mysql_pconnect() [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I’m Having same Problem. PHP Fatal error: Call to undefined function mysql_pconnect() in I gone through PHP Fatal error: Call to undefined function … Read more

Can I connect VM to Wamp installation of Mysql running on same machine? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question On my Windows 7 PC I have Virtual Box running a Centos VM that has PHP installed on it but no MySQL that … Read more

Error establishing a database connection in Google Cloud Platform WordPress site [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed last year. Improve this question Since 14.2. my site is giving this error: Error establishing a database connection I have a WordPress site at Google Cloud Platform ID XXXXX-XXXXX-XXXXX … Read more

How to connect MySQL database of local server in NetBeans 7.0.1 ( windows)? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I am using NetBeans IDE 7.0.1 on Windows 7 very first time for my php. Actually in my company there is a local … Read more

How would I allow access to a VPS based MySQL database only from AWS East based IPs?

I have a MySQL database on my VPS that I only want to be accessible by my local IP (no problem in doing that) and an IroneWorker Ruby app, which may use any of these AWS East IPs. So far, the only way I can think of doing this is by adding a rule, to … Read more

SQL Server 2005 Linked Server using SSMS from laptop vs RDP

I connect to work network via Cisco VPN from my work laptop, which is on AD. Edit I am using SQL authentication to connect from Server A to B; in scenario #1 I can connect. I can even connect from localhost to Server B. So, I’m wondering why I can’t establish linked server connection when … Read more

Moved offices and now cannot connect remotely to postgres

Everything was working in my previous office. I’ve now moved to a new office, and cannot connect remotely to postgres. SSH works though. My IP is currently 70.90.155.138. Could not connect to server: connection timed out IP tables config: # Allpw postgres connections -A INPUT -p tcp –dport 5432 -s 70.90.155.138/16 -j ACCEPT iptables -L … Read more

Connect to a Server from my AWS EC2 instance

I have a app running on AWS EC2 which connects to a database in another server. The database connection Uri is as following, jdbc:XXX:172.18.2.107:3306/database This is what I got form my networking team, I can connect to the database from the internal network. Network team has cleared the security on this for the incomings form … Read more

DNS_PROBE_FINISHED_NXDOMAIN when trying to acess page from a local server

I’m working in a company where we use a local server in linux to store some data, particularly our BugZilla, Wiki and a subversion repository. The server is accessed both locally from the development room and from other parts of the company. Yesterday one of the local users started having problems connecting to the server … Read more

WordPress database connection not working after port change

I’ve recently changed a WordPress site that is hosted on a local server from port 80 to port 8080. I did this initially just by editing the binding in IIS. The site kept redirecting itself back to port 80. After some Googling, I found the following line in the wp-config.php file: define(‘DOMAIN_CURRENT_SITE’, ‘www.mydomain.com’); I changed … Read more