Welcome! Log In Create A New Profile

Advanced

phpMyAdmin

Posted by Anonymous User 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Anonymous User
phpMyAdmin
September 06, 2010 02:44PM
phpMyAdmin is giving an error message that it cannot load mysql extension
Re: phpMyAdmin
September 07, 2010 07:27AM
Does your normal php connection to your mysql database work fine?
How are you running your mysql/php etc? Xampp?

Reason im asking, if you have manually setup each of the components then mysql might not be working with php.
If your running Xampp your version of PHP might be out of date for phpmyadmin.
Take a look at the following site: http://www.webdeveloper.com/forum/showthread.php?t=73840
scroll right to the bottom, last 4 posts.
Anonymous User
Re: phpMyAdmin
September 07, 2010 11:22AM
I created the database using the MySQL GUI Tool from http://www.webyog.com/en/ and I am still figuring that it will work with PHP
avatar
Mac
Re: phpMyAdmin
September 07, 2010 12:04PM
Is mysql (XAMPP) running?
Anonymous User
Re: phpMyAdmin
September 07, 2010 12:29PM
yes mysql (XAMPP) ARE RUNNING OK
avatar
Mac
Re: phpMyAdmin
September 08, 2010 07:10AM
The extension is probably not unticked in php.ini - see http://www.tildemark.com/programming/mysql/cannot-load-mysql-extension-please-check-php-confi.html changes to php.ini requires a restart of apache.
Otherwise just Google for "phpMyAdmin error mysql extension xampp" - it could be a few things.
Anonymous User
Re: phpMyAdmin
September 08, 2010 02:33PM
Thanks. I will have a look
Re: phpMyAdmin
October 05, 2010 11:46AM
phpmyadmin is a great tool for interacting with your database.

Example: If you delete a database using phpmyadmin - on success you will see the sql statement that made your request possible.
Similarly if you do some sort of alteration / addition to a table or row in phpmyadmin the sql query which completes your request will be shown on success.
This can be an invaluable little pearl when getting to grips with sql statement compilation.
Sorry, only registered users may post in this forum.

Click here to login