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

    Web Hosting on Amazon AWS (PHP + MySQL) Asked 11 years, 7 months ago Modified 3 years, 10 months ago Viewed 55k times

  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 server for the …

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

    The only connection to PHP is that you're using PHP to connect to the database and execute the SQL commands. You could also do this from the command line MySQL program, the MySQL monitor. It's …

  4. 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. <!

  5. host native PHP project on Vercel - Stack Overflow

    Jun 26, 2023 · 2 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 contains …

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

    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 do that, I …

  7. mysql - How can I deploy my PHP application on Google cloud …

    Mar 28, 2019 · I have previously developed 1 website using php and mysql now I want to deploy it on Google cloud platform. It will be great if someone only point out steps for below points 1.install PHP …

  8. 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 customer, can use …

  9. 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 doesnt go to my …

  10. Mysql cannot connect - Access denied (using password yes)

    Sep 28, 2012 · mysql_select_db(SQL_DB) Are you sure you are using the correct database name ? and you are able to log into your SQL account with same username and password ? well if the problem …