About 7,840 results
Open links in new tab
  1. Web Hosting on Amazon AWS (PHP + MySQL) - Stack Overflow

    I am totally confused on how to host a Dynamic website created using PHP and MySQL in Amazon Cloud.

  2. Php - Your PHP installation appears to be missing the MySQL …

    On Oracle Linux 7.x running PHP version 7.3.x you need to run sudo yum install php-mysqlnd in order to install the missing MySQL extension for PHP. Remember to restart PHP and or your …

  3. host native PHP project on Vercel - Stack Overflow

    Jun 26, 2023 · I have a simple native PHP project and I want to host it on Vercel, but I don't know what to write in the vercel.json file This is my project structure project structure It simply …

  4. How to backup MySQL database in PHP? - Stack Overflow

    If you want to backup a database from php script you could use a class for example lets call it MySQL. This class will use PDO (build in php class which will handle the connection to the …

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

    Nov 19, 2009 · Could I have my php scripts on server A and connect to the MySQL database on server B? If yes, how it would be done? Thanks in advance

  6. php - Connect to MySql Database with Hostgator - Stack Overflow

    Jun 22, 2017 · 0 Many hostgator accounts have your php and web server running on the same machine as your MySQL server. And, it's extraordinarily unlikely that you, as a hostgator …

  7. php - Unable to Connect to MySQL Database on Forpsi Hosting …

    Sep 25, 2023 · As part of the hosting package, I also have access to a MySQL database service. I'm currently working on developing the backend API for an admin page on the website, and to …

  8. Can't connect to MySQL database via hostinger.com

    Aug 28, 2018 · I am trying to connect to mysql database through phpmyadmin on my hostinger.com account, but everytime i signup to my form that created, the data that i entered …

  9. Accessing to MySql DataBase through PHP in InfinityFree

    I've registered a domain and got hosting and a mysql database from InfinityFree. I haven't been coding in PHP for a long time, but here I'm trying to simply check the connection to the database.

  10. Connecting to remote MySQL server using PHP - Stack Overflow

    Can't connect to MySQL server on 'xxx.xxx.xxx.xxx' (10060) This is not the case when I upload the same PHP file to the server. I am able to query the database with no problems at all. I am …