phpmyadmin sql tab is not working properlySetting up foreign keys in phpMyAdmin?Import file size limit in PHPMyAdminPHPMyAdmin Default login passwordHow to generate a create table script for an existing table in phpmyadmin?phpmyadmin don't have 'users' tabDelete a database in phpMyAdminSQL replace does not work with phpMyAdmin?Trigger is not Working in PhpMyAdmin sql tabphpmyadmin not showing triggers tabphpmyadmin - count(): Parameter must be an array or an object that implements Countable

What did the controller say during my approach to land (audio clip)?

How does one calculate the distribution of the Matt Colville way of rolling stats?

Do the villains know Batman has no superpowers?

Was there a trial by combat between a man and a dog in medieval France?

Is It Possible to Have Different Sea Levels, Eventually Causing New Landforms to Appear?

How to influence manager to not schedule team meetings during lunch?

Leaving a job that I just took based on false promise of a raise. What do I tell future interviewers?

Can Northern Ireland's border issue be solved by repartition?

I reverse the source code, you negate the output!

How do I clean sealant/silicon from a glass mirror?

How is the problem, ⟨G⟩ in Logspace?

Can someone explain to me the parameters of a lognormal distribution?

As an employer, can I compel my employees to vote?

GitHub repo with Apache License version 2 in package.json, but no full license copy nor comment headers

Is there any reason nowadays to use a neon indicator lamp instead of an LED?

Can multiple wall timers turn lights on or off when required?

Why does NASA publish all the results/data it gets?

If an object moving in a circle experiences centripetal force, then doesn't it also experience centrifugal force, because of Newton's third law?

CDG baggage claim before or after immigration?

Is the sentence "何でも忘れた" correct?

Circle divided by lines between a blue dots

Can planetary bodies have a second axis of rotation?

I reverse the source code, you negate the input!

How does IBM's 53-bit quantum computer compares to classical ones for cryptanalytic tasks?



phpmyadmin sql tab is not working properly


Setting up foreign keys in phpMyAdmin?Import file size limit in PHPMyAdminPHPMyAdmin Default login passwordHow to generate a create table script for an existing table in phpmyadmin?phpmyadmin don't have 'users' tabDelete a database in phpMyAdminSQL replace does not work with phpMyAdmin?Trigger is not Working in PhpMyAdmin sql tabphpmyadmin not showing triggers tabphpmyadmin - count(): Parameter must be an array or an object that implements Countable






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I installed phpMyadmin-4.5 & mariadb-10.3.13 on iis.
Everything seems fine but when I log into phpMyadmin and click on SQL tab on right upper pane sql-query box is disappeared.
And sql box related css seems not working correctly.
The pane's width is too large.



enter image description hereenter image description here



I googled about the situation like this but couldn't find any clue.



Here's html code of that sql-box element



<textarea tabindex="100" name="sql_query" id="sqlquery" cols="40" rows="30" style="display: none;"></textarea>


Display property is none.
Thats why I think css is malfunctioning.



Any advice would be appreciated.
Thanks.










share|improve this question


























  • Hm.. No one seems to have problem like this one. I changed the theme to original but didn't worked. Please give me any suggestion.

    – Jay Kim
    Mar 29 at 0:20












  • I found the solution. I figured wrong php handler mapping on iis. .php is correct while I put *. on it.

    – Jay Kim
    Mar 29 at 6:48

















0















I installed phpMyadmin-4.5 & mariadb-10.3.13 on iis.
Everything seems fine but when I log into phpMyadmin and click on SQL tab on right upper pane sql-query box is disappeared.
And sql box related css seems not working correctly.
The pane's width is too large.



enter image description hereenter image description here



I googled about the situation like this but couldn't find any clue.



Here's html code of that sql-box element



<textarea tabindex="100" name="sql_query" id="sqlquery" cols="40" rows="30" style="display: none;"></textarea>


Display property is none.
Thats why I think css is malfunctioning.



Any advice would be appreciated.
Thanks.










share|improve this question


























  • Hm.. No one seems to have problem like this one. I changed the theme to original but didn't worked. Please give me any suggestion.

    – Jay Kim
    Mar 29 at 0:20












  • I found the solution. I figured wrong php handler mapping on iis. .php is correct while I put *. on it.

    – Jay Kim
    Mar 29 at 6:48













0












0








0








I installed phpMyadmin-4.5 & mariadb-10.3.13 on iis.
Everything seems fine but when I log into phpMyadmin and click on SQL tab on right upper pane sql-query box is disappeared.
And sql box related css seems not working correctly.
The pane's width is too large.



enter image description hereenter image description here



I googled about the situation like this but couldn't find any clue.



Here's html code of that sql-box element



<textarea tabindex="100" name="sql_query" id="sqlquery" cols="40" rows="30" style="display: none;"></textarea>


Display property is none.
Thats why I think css is malfunctioning.



Any advice would be appreciated.
Thanks.










share|improve this question
















I installed phpMyadmin-4.5 & mariadb-10.3.13 on iis.
Everything seems fine but when I log into phpMyadmin and click on SQL tab on right upper pane sql-query box is disappeared.
And sql box related css seems not working correctly.
The pane's width is too large.



enter image description hereenter image description here



I googled about the situation like this but couldn't find any clue.



Here's html code of that sql-box element



<textarea tabindex="100" name="sql_query" id="sqlquery" cols="40" rows="30" style="display: none;"></textarea>


Display property is none.
Thats why I think css is malfunctioning.



Any advice would be appreciated.
Thanks.







iis phpmyadmin mariadb






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 29 at 3:03







Jay Kim

















asked Mar 28 at 15:02









Jay KimJay Kim

589 bronze badges




589 bronze badges















  • Hm.. No one seems to have problem like this one. I changed the theme to original but didn't worked. Please give me any suggestion.

    – Jay Kim
    Mar 29 at 0:20












  • I found the solution. I figured wrong php handler mapping on iis. .php is correct while I put *. on it.

    – Jay Kim
    Mar 29 at 6:48

















  • Hm.. No one seems to have problem like this one. I changed the theme to original but didn't worked. Please give me any suggestion.

    – Jay Kim
    Mar 29 at 0:20












  • I found the solution. I figured wrong php handler mapping on iis. .php is correct while I put *. on it.

    – Jay Kim
    Mar 29 at 6:48
















Hm.. No one seems to have problem like this one. I changed the theme to original but didn't worked. Please give me any suggestion.

– Jay Kim
Mar 29 at 0:20






Hm.. No one seems to have problem like this one. I changed the theme to original but didn't worked. Please give me any suggestion.

– Jay Kim
Mar 29 at 0:20














I found the solution. I figured wrong php handler mapping on iis. .php is correct while I put *. on it.

– Jay Kim
Mar 29 at 6:48





I found the solution. I figured wrong php handler mapping on iis. .php is correct while I put *. on it.

– Jay Kim
Mar 29 at 6:48












0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55400820%2fphpmyadmin-sql-tab-is-not-working-properly%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.




















draft saved

draft discarded















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55400820%2fphpmyadmin-sql-tab-is-not-working-properly%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript