Hey guys, I changed the index.html to index.php and restarted the apache service. But when I refreshed the page I got a worse result; The page displayed only the source code now! Some help please
Hiii friend, I need your help…. I have performed each and every step that you explained in the video… But I am getting a error "HTTP Error: 500 – FastCGI process exited unexpectedly" when I type in the browser "localhost/phpmyadmin" plz tell me how to solve this
Help: I get this error code Fatal error: Call to undefined function mb_detect_encoding() in C:Apache24htdocsphpmyadminlibrariesphp-gettextgettext.inc on line 177
Apache?! The first words in this video should be "before we go on to phpMyAdmin we need to install Apache…." When you tell someone how to do something "from the beginning" you don't start in the middle. It's like telling someone I will teach you how to build a house and start by telling them how to attach the walls to the foundation without telling them how to build the foundation first. If this is what I can expect from Lynda – then no thanks
Works ok until i have to change index.html to index.php!! Fatal error: Call to undefined function mb_detect_encoding() in C:Apache24htdocsphpMyAdminlibrariesphp-gettextgettext.inc on line 177
/* * Black list of all scripts to which front-end must submit data. * Such scripts must not be loaded on home page. * */ $target_blacklist = array ( 'import.php', 'export.php'
I get the php version number okay but then I STILL get that error referring to the mb_detect_encoding when I try to access phpmyadmin in my web browser.
C:>php -v PHP 5.5.14 (cli) (built: Jun 25 2014 12:40:49) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
Hey guys , i have a problem with the install of phpmyadmin i followed all the steps and when i have to refresh the page so i can acces to the login , it doesnt work and the page appears with some text like that
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * forms frameset * *@uses $GLOBALS['cfg']['QueryHistoryDB'] *@uses $GLOBALS['cfg']['Server']['user'] *@uses $GLOBALS['cfg']['DefaultTabServer'] as src for the mainframe *@uses $GLOBALS['cfg']['DefaultTabDatabase'] as src for the mainframe *@uses $GLOBALS['cfg']['NaviWidth'] for navi frame width *@uses $GLOBALS['collation_connection'] from $_REQUEST (grab_globals.lib.php) * or common.inc.php *@uses $GLOBALS['available_languages'] from common.inc.php (select_lang.lib.php) *@uses $GLOBALS['db'] *@uses $GLOBALS['charset'] *@uses $GLOBALS['lang'] *@uses $GLOBALS['text_dir'] *@uses $_ENV['HTTP_HOST'] *@uses PMA_getRelationsParam() *@uses PMA_purgeHistory() *@uses PMA_generate_common_url() *@uses PMA_VERSION *@uses session_write_close() *@uses time() *@uses PMA_getenv() *@uses header() to send charset *@package phpMyAdmin */
/** * Gets core libraries and defines some variables */ require_once './libraries/common.inc.php';
// free the session file, for the other frames to be loaded session_write_close(); ………….
Can someone tell me how can i fix this , it's really urgent and thank you
I can't change to index.php and can't save also, here is the difference from your httpd.conf to me……… </Directory>
# # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # # The index.html.var file (a type-map) is used to deliver content- # negotiated documents. The MultiViews Option can be used for the # same purpose, but it is much slower. # DirectoryIndex index.html index.html.var
For the mb_detect_encoding() error, check to see if PHP is in your Windows PATH. You can do this by simply opening a command prompt and typing php -v If it doesn't return the version of PHP then the PHP.EXE file is not in your Windows PATH environment variable. You should be able to do this from the command line as long as you opened it with Administrative Privileges SET PATH=%PATH%;C:yourpathphp Make sure to change the C:yourpathphp to wherever your PHP executable is located. If you don't know download agent ransack and search for php.exe on your computer.
im having this problme how can i fix it? The mysqli extension is missing. Please check your PHP configuration. <a href="Documentation.html#faqmysql" target="documentation"><img class="icon" src="./themes/pmahomme/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a>
38 responses to “How to install phpMyAdmin on Windows | lynda.com tutorial”
i'm using apache version 9.0.0 in this apache folder i cannot htdocs folder.please help for install phpmyadmin software.
I downloaded Xampp and there is an apache folder, does that count ?
Why didn't you mention Apache before? What the hell is Apache? Arrrgh. Step by step, my ass.
thank you
how can we set a user name and password
i dont find the folder :/
Thanks Again 🙂
This is wrong, there is no folder of the same name in 4.5.5.1 This video is too old. find another installation video
Thanks a lot 🙂
But how to install it on Linux please? i have to develop a DB on a machine that has Linux. can you assist me please?
Hey guys, I changed the index.html to index.php and restarted the apache service. But when I refreshed the page I got a worse result; The page displayed only the source code now! Some help please
Hey dude help me…when i am opening localhostphpmyadmin it coming some white screen what to do
'I changed index.html to index.php, and restarted the apache service, but when I open localhost/phpmyadmin, the page displays the source code. Help'
This exactly.
I changed index.html to index.php, and restarted the apache service, but when I open localhost/phpmyadmin, the page displays the source code. Help
Not helpful to not mention Apache first. This is Lynda.com don't assume your viewers know a missing step.
( i still cant get privileges in cpanel)
can i use this with Netbeans ?
Hiii friend, I need your help….
I have performed each and every step that you explained in the video…
But I am getting a error "HTTP Error: 500 – FastCGI process exited unexpectedly" when I type in the browser "localhost/phpmyadmin"
plz tell me how to solve this
2:02 are you stupid?
Help: I get this error code Fatal error: Call to undefined function mb_detect_encoding() in C:Apache24htdocsphpmyadminlibrariesphp-gettextgettext.inc on line 177
Apache?! The first words in this video should be "before we go on to phpMyAdmin we need to install Apache…." When you tell someone how to do something "from the beginning" you don't start in the middle. It's like telling someone I will teach you how to build a house and start by telling them how to attach the walls to the foundation without telling them how to build the foundation first. If this is what I can expect from Lynda – then no thanks
What is the default password for root?
Works ok until i have to change index.html to index.php!!
Fatal error: Call to undefined function mb_detect_encoding() in C:Apache24htdocsphpMyAdminlibrariesphp-gettextgettext.inc on line 177
The title says how to install it on Windows, but keeps talking about iOS and Apache.
My easy way: Download WebMatrix, get phpMyAdmin, right-click on the file, open with Webmatrix. Taddah!!!!
This is what i get can anyone help
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Main loader script
*
*@package PhpMyAdmin
*/
/**
* Gets some core libraries and displays a top message if required
*/
require_once 'libraries/common.inc.php';
/**
* display Git revision if requested
*/
require_once 'libraries/display_git_revision.lib.php';
/**
* pass variables to child pages
*/
$drops = array(
'lang',
'server',
'collation_connection',
'db',
'table'
);
foreach ($drops as $each_drop) {
if (array_key_exists($each_drop, $_GET)) {
unset($_GET[$each_drop]);
}
}
unset($drops, $each_drop);
/*
* Black list of all scripts to which front-end must submit data.
* Such scripts must not be loaded on home page.
*
*/
$target_blacklist = array (
'import.php', 'export.php'
i am getting some source code not the login page..how to make it work??
I get the php version number okay but then I STILL get that error referring to the mb_detect_encoding when I try to access phpmyadmin in my web browser.
C:>php -v
PHP 5.5.14 (cli) (built: Jun 25 2014 12:40:49)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
Hey guys , i have a problem with the install of phpmyadmin
i followed all the steps and when i have to refresh the page so i can acces to the login , it doesnt work and the page appears with some text like that
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* forms frameset
*
*@uses $GLOBALS['cfg']['QueryHistoryDB']
*@uses $GLOBALS['cfg']['Server']['user']
*@uses $GLOBALS['cfg']['DefaultTabServer'] as src for the mainframe
*@uses $GLOBALS['cfg']['DefaultTabDatabase'] as src for the mainframe
*@uses $GLOBALS['cfg']['NaviWidth'] for navi frame width
*@uses $GLOBALS['collation_connection'] from $_REQUEST (grab_globals.lib.php)
* or common.inc.php
*@uses $GLOBALS['available_languages'] from common.inc.php (select_lang.lib.php)
*@uses $GLOBALS['db']
*@uses $GLOBALS['charset']
*@uses $GLOBALS['lang']
*@uses $GLOBALS['text_dir']
*@uses $_ENV['HTTP_HOST']
*@uses PMA_getRelationsParam()
*@uses PMA_purgeHistory()
*@uses PMA_generate_common_url()
*@uses PMA_VERSION
*@uses session_write_close()
*@uses time()
*@uses PMA_getenv()
*@uses header() to send charset
*@package phpMyAdmin
*/
/**
* Gets core libraries and defines some variables
*/
require_once './libraries/common.inc.php';
// free the session file, for the other frames to be loaded
session_write_close();
………….
Can someone tell me how can i fix this , it's really urgent
and thank you
I can't change to index.php and can't save also, here is the difference from your httpd.conf to me………
</Directory>
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
# The index.html.var file (a type-map) is used to deliver content-
# negotiated documents. The MultiViews Option can be used for the
# same purpose, but it is much slower.
#
DirectoryIndex index.html index.html.var
[help me please]
at 2.43 when you type email_activation, why does your voice change to a deep voice saying activation?
pls help me when i type http://localhosts/phpmyadmin this error occur:
Notice: Array to string conversion in C:Apache24htdocsphpmyadminlibrariesError.class.php on line 179
The mysqli extension is missing. Please check your PHP configuration. <a href="Documentation.html#faqmysql" target="documentation"><img class="icon" src="./themes/pmahomme/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a>
what is wrong and what should i do. pls help me..
yeah tell us how to extract a zip file…that helps always!
For the mb_detect_encoding() error, check to see if PHP is in your Windows PATH. You can do this by simply opening a command prompt and typing php -v If it doesn't return the version of PHP then the PHP.EXE file is not in your Windows PATH environment variable. You should be able to do this from the command line as long as you opened it with Administrative Privileges SET PATH=%PATH%;C:yourpathphp
Make sure to change the C:yourpathphp to wherever your PHP executable is located. If you don't know download agent ransack and search for php.exe on your computer.
im having this problme how can i fix it?
The mysqli extension is missing. Please check your PHP configuration. <a href="Documentation.html#faqmysql" target="documentation"><img class="icon" src="./themes/pmahomme/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a>
me too….cant open index.php as webpage.
just open as source code.
I dont have apache
not work for me. opening source code of index.php