database query - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of database query.php

  1. create database Client_max_old; 
  2. CREATE SCHEMA IF NOT EXISTS Client_max_old;
  3. USE Client_max_old;
  4. CREATE USER "Client_max_old"@"localhost"
  5. IDENTIFIED BY "8308338bb64a8f5908238745ddc43b16a5dbfa78d23dad6d7d73a4c41eafba89";
  6. GRANT ALL PRIVILEGES ON Client_max_old.* TO "Client_max_old"@"localhost";
  7. FLUSH PRIVILEGES;
  8.  
  9.  
  10.  
  11. /var/upcrm/api/
File Description
  • database query
  • PHP Code
  • 23 Sep-2022
  • 330 Bytes
You can Share it: