phpmyadmin was working just fine now when I开发者_运维问答 try to run it, it loads the page for a bit then displays a completely blank screen. Any suggestions?Without nothing more specific I would say
I\'m trying to follow along with a tutorial. In the tutorial, the instructor shows how to edit the config.inc file to set a folder as the UploadDir. This enabled him to select .SQL files in that folde
I am working on adding a edit and delete feature to my basic blog app.I am struggling with having the my edit.php code and delete.php code process correctly.
I have a database, tvguide and these are the values: id bigint 255 UNSIGNED AUTO_INCREMENT programme varchar 255
I have a column in one of my tables which has been assigned an index. It 开发者_开发百科is preventing me from having two of the same ID number.
i install phpmyadmin on my ubuntu 10.4 but its can\'t login this is thecontent of /etc/phpmyadmin/config.inc.php file
I connect with user \"root\" onto my database \"test\" which I host locally for development. Among others I have the table \"ratingcomment\". For some reason when I click on the table \"ratingcomment\
I\'m struggling with trying to find out why this code isn\'t working for me. I have tables: albums (albumid, albumname), composers (composerid, composername) and tracks (trackid, tracktitle, albumid,
I have a table in my database, newvehicles which has the following fields: id (AUTO_INCREMENT) make model
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.