Search
 
SCRIPT & CODE EXAMPLE
 

PHP

phpmyadmin first login

// in config.sample.inc.php change this to true
$cfg['Servers'][$i]['AllowNoPassword'] = false;
// in config.sample.inc.php add this 
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '123';
// refresh
Comment

PREVIOUS NEXT
Code Example
Php :: php select from database into array 
Php :: laravel change column 
Php :: sort multidimensional array php by key 
Php :: round numnero php 
Php :: update sql php 
Php :: change woocommerce return to shop link 
Php :: how to upload pdf file using php 
Php :: how to get auth user name in laravel 
Php :: how do decode base64 php 
Php :: php delete array element 
Php :: how to check laravel version in cmd 
Php :: php http_build_query 
Php :: php print array new line 
Php :: deactivate plugin wp cli 
Php :: how to get n days from today in php 
Php :: api anaf 
Php :: php echo number with decimal 
Php :: php add to array in loop 
Php :: how add field to table by another migration in laravel 
Php :: php heredoc 
Php :: wordpress set image quality 
Php :: form action php 
Php :: searching inside a file using php 
Php :: symfony server start port 
Php :: php number format 
Php :: install php 8 ubuntu 
Php :: get last letter in php 
Php :: PHP substr_count — Count the number of substring occurrences 
Php :: laravel include with variable 
Php :: get taxonomy term meta by id 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =