Snippets tagged “phpmyadmin”
5 snippets use this tag.
- How to create a foreign key in phpmyadminPHP
To create a foreign key in PHPMyAdmin, follow these steps:
- php/mySQL on XAMPP: password for phpMyAdmin and mysql_connect different?PHP
The password for accessing phpMyAdmin and the password for connecting to the MySQL server using the mysql_connect() function can be different.
- phpMyAdmin Error: The mbstring extension is missing. Please check your PHP configurationPHP
It looks like you are trying to use phpMyAdmin, but it is giving you an error message saying that the mbstring extension is missing.
- Setting PHPMyAdmin LanguagePHP
To set the language for PHPMyAdmin, you can do the following:
- WAMP Server ERROR "Forbidden You don't have permission to access /phpmyadmin/ on this server."PHP
It sounds like you are trying to access the PHPMyAdmin interface on your WAMP server and are receiving a "Forbidden" error message.