Search
 
SCRIPT & CODE EXAMPLE
 

PHP

phpmyadmin drop database

Open config.inc.php and add this string:

$cfg['AllowUserDropDatabase'] = true;
Comment

how to delete database in phpmyadmin

Go to phpmyadmin home page
  Click on data base
  select the database , you want to delete(put cheak mark)
  Click Drop
Comment

deleting a database in phpmyadmin

Go to phpmyadmin 
loacte the home button right under the logo it will take you to the home page.
Click on Databases.
Select the database you want to delete. ( put check mark)
On lower section of the page Click Drop.
Comment

PREVIOUS NEXT
Code Example
Php :: phpspreadsheet 
Php :: how to pass write post method in lumen 
Php :: route group laravel 8 
Php :: Not Found The requested URL was not found on this server. Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11 Server at localhost Port 80 
Php :: laravel return redirect back with input except one filed 
Php :: placeholder for select php 
Php :: laravel scheduler every 10 minutes 
Php :: formidableforms limit only 2 submissions per user 
Php :: public_path lumen not defined 
Php :: wordpress Simple Membership button name 
Php :: facetwp listing template archive 
Php :: type declaration php 
Php :: utf8mb4 decode in php 
Php :: digitalocean php as text 
Php :: php get sql update from session 
Php :: Protect Your Site from Malicious Requests 
Php :: laravel 8 remove public folder from url 
Php :: how to fetch data from two tables in mysqli using php 
Php :: how to select specific id in laravel using isset 
Php :: how to remove payment link in invoice woocommerce 
Php :: How to hide tax details from woocommerce order emails 
Php :: wc php coupon applied message still after coupon delete 
Php :: The app function returns the service container instancel 
Php :: pengulangan php 
Php :: how to get name through id from mysql using php 
Php :: Automatically downloading images from any URL location 
Php :: selecting values from database 
Php :: how to depreciate a class in php comments 
Php :: namespace not working php 
Php :: Removing the additional information tab using PHP code snippet 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =