anks Posted August 19, 2011 Share Posted August 19, 2011 Folks, I want a tool or script that connects with MYSQL and shows the table in kind of dashboard style. So i can quickyly slic-dice or filter info. I am sure theer must b some scripts/ tool for this... i am not able to find one. I have written one script where i can manage multiple sites just from One MYSQL table, so i want a proper Intergace of that MYSQL table so i can edit it easily and add new entries in table. Any such tool? Quote Link to comment https://forums.phpfreaks.com/topic/245222-mysql-web-interface-tool-or-script/ Share on other sites More sharing options...
titan21 Posted August 19, 2011 Share Posted August 19, 2011 You could try phpMyAdmin at http://www.phpmyadmin.net/home_page/index.php which is very popular. Quote Link to comment https://forums.phpfreaks.com/topic/245222-mysql-web-interface-tool-or-script/#findComment-1259527 Share on other sites More sharing options...
gizmola Posted August 20, 2011 Share Posted August 20, 2011 You should also look at http://www.adminer.org/ Quote Link to comment https://forums.phpfreaks.com/topic/245222-mysql-web-interface-tool-or-script/#findComment-1259679 Share on other sites More sharing options...
Philip Posted August 20, 2011 Share Posted August 20, 2011 SQL Buddy is also one. Quote Link to comment https://forums.phpfreaks.com/topic/245222-mysql-web-interface-tool-or-script/#findComment-1259682 Share on other sites More sharing options...
gizmola Posted August 20, 2011 Share Posted August 20, 2011 SQL Buddy is also one. Cool find. Quote Link to comment https://forums.phpfreaks.com/topic/245222-mysql-web-interface-tool-or-script/#findComment-1259686 Share on other sites More sharing options...
anks Posted August 20, 2011 Author Share Posted August 20, 2011 SQL Buddy is also one. Cool find. Thanks Again Gizmola.... Most of your replies are always Productive . Thank You. One questions: Suppose i have a list of Keywords belonging to a Niche say 'Weightloss', so i want to give Weight loss a Primary ID like '4324' and then just paste the Keywords and the script should automaticall make thsese entries (All these Keywords related to weight loss and Niche Code Against each) automatically in the table. Can this be done with SQLBuddy interface? Or is there a solution to this? Actually i want to Automate things and do not want to manually enter each entry in DB. To give you an Example: Niche ID Keyword 4324 asia berry 4324 quick weightloss 4324 blah blah blah 4324 blah blah blah 4324 blah blah blah So if i just dump a Niche ID and these KWs in a text box, these new Entries should be appended to table (dim_niche) Any thoughts or tool, Please? Cheers Quote Link to comment https://forums.phpfreaks.com/topic/245222-mysql-web-interface-tool-or-script/#findComment-1259700 Share on other sites More sharing options...
trq Posted August 20, 2011 Share Posted August 20, 2011 That kind of functionality would require something custom made. Quote Link to comment https://forums.phpfreaks.com/topic/245222-mysql-web-interface-tool-or-script/#findComment-1259705 Share on other sites More sharing options...
anks Posted August 20, 2011 Author Share Posted August 20, 2011 That kind of functionality would require something custom made. I think you are referring, a PHP Script, where we can dump KWs and script will run through each keyword (from an Array) and INSERT into table. Ya? Quote Link to comment https://forums.phpfreaks.com/topic/245222-mysql-web-interface-tool-or-script/#findComment-1259707 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.