About 10,500 results
Open links in new tab
  1. PHP server on local machine? - Stack Overflow

    Nov 5, 2009 · They asked for a PHP Server and this simply is a PHP Server. If you want to run a MYSQL Server or PostGres Server then that would be another question and you can configure …

  2. Connect to a MySQL server over SSH in PHP - Stack Overflow

    Jan 21, 2009 · The Jumpbox ssh proxy server will decrypt the traffic and establish a network connection to your MySQL database server on your behalf, 10.3.1.55:3306, in this case. The …

  3. PHP Version and compatibility with MySQL 8 - Stack Overflow

    Jan 3, 2020 · My current database server is on a separate server which has MySQL 5.5. I am planning to setup MySQL 8 in a brand new server and move all the data from older server to …

  4. php - PDOException “could not find driver” - Stack Overflow

    I have just installed Debian Lenny with Apache, MySQL, and PHP and I am receiving a PDOException could not find driver. This is the specific line of code it is referring to:

  5. mysql - How to access remote server with local phpMyAdmin …

    May 28, 2013 · Assuming there is a remote server and I have phpMyAdmin client installed localy on my computer. How can I access this server and manage it via phpMyAdmin client? Is that …

  6. can't connect to mysql with php - Stack Overflow

    Mar 21, 2009 · I can't seem to connect to mysql with a php script, even though I can connect fine with phpmyadmin. I created a user with a password, and gave it the proper priveleges for the …

  7. MySQL server has gone away - in exactly 60 seconds

    Oct 29, 2009 · The one that was waiting had default_socket_timeout = 300. Eventually it quit with "MySQL server has gone away". However, the mysql process list continued to show both …

  8. php - how to connect to database on another server - Stack …

    Nov 19, 2009 · Let's say server B is a database on my PC (installed via Mysql Server). Can server A (a remote shared hosted server) have access to it via a PHP script (simple PDO database …

  9. 500 Internal Server Error using php and mysql - Stack Overflow

    Jul 7, 2015 · 500 Internal Server Error using php and mysql [duplicate] Asked 9 years, 11 months ago Modified 5 years, 10 months ago Viewed 41k times

  10. PHP: MySQL server has gone away - Stack Overflow

    Jul 20, 2012 · This happens because the PHP script took too long to process whatever it was processing, and the connection to the server timed out. You have a few solutions: Check to …