Jump to content

Windows Terminal!

Go to solution Solved by mariushm,

You can also use various programs for sql, you're not forced to use it command line. 

 

For example, MariaDB (opensource mysql fork) comes with HeidiSQL in the package, which allows you to do pretty much anything from the application, including writing queries as if in command line : https://www.heidisql.com/

It works with mySQL as well. 

There's other applications for other databases, like sqlite, postgressql etc

Is there a way to unify the windows terminal,meaning when i open diskpart or other tools is opens up in its separate window why shoudnt it be opened inside the terminal app.

I use sql too for my studies and badly enough it has its own seperate prompt box and doesnot even open in cmd, why is it like that why cant it be like linux a single place to all needs

,is it even possible to do that in windows? 

Link to comment
https://linustechtips.com/topic/1247872-windows-terminal/
Share on other sites

Link to post
Share on other sites

That's just how Windows works. The vast majority of apps run in the GUI and using command prompt to run them is only doing the same thing as double clicking them.

Main Rig:-

Ryzen 7 3800X | Asus ROG Strix X570-F Gaming | 16GB Team Group Dark Pro 3600Mhz | Corsair MP600 1TB PCIe Gen 4 | Sapphire 5700 XT Pulse | Corsair H115i Platinum | WD Black 1TB | WD Green 4TB | EVGA SuperNOVA G3 650W | Asus TUF GT501 | Samsung C27HG70 1440p 144hz HDR FreeSync 2 | Ubuntu 20.04.2 LTS |

 

Server:-

Intel NUC running Server 2019 + Synology DSM218+ with 2 x 4TB Toshiba NAS Ready HDDs (RAID0)

Link to comment
https://linustechtips.com/topic/1247872-windows-terminal/#findComment-14029589
Share on other sites

Link to post
Share on other sites

1 minute ago, savagepotato32 said:

Is there a way to unify the windows terminal,meaning when i open diskpart or other tools is opens up in its separate window why shoudnt it be opened inside the terminal app

Run the terminal-app as Administrator, if you don't want that to happen. Diskpart requires elevated permissions.

2 minutes ago, savagepotato32 said:

I use sql too for my studies and badly enough it has its own seperate prompt box and doesnot even open in cmd

You don't mention whose SQL-stuff you use. There are a BILLION different SQL-apps out there. MariaDB, for example, works perfectly fine inside the terminal.

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to comment
https://linustechtips.com/topic/1247872-windows-terminal/#findComment-14029593
Share on other sites

Link to post
Share on other sites

You can also use various programs for sql, you're not forced to use it command line. 

 

For example, MariaDB (opensource mysql fork) comes with HeidiSQL in the package, which allows you to do pretty much anything from the application, including writing queries as if in command line : https://www.heidisql.com/

It works with mySQL as well. 

There's other applications for other databases, like sqlite, postgressql etc

Link to comment
https://linustechtips.com/topic/1247872-windows-terminal/#findComment-14029689
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×