User contributions for Ali3nw3rx

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

21 August 2023

16 July 2023

9 July 2023

  • 14:1914:19, 9 July 2023 diff hist +48 MySqlNo edit summary current
  • 14:1714:17, 9 July 2023 diff hist +612 N MySqlCreated page with "<syntaxhighlight lang="powershell"> ## Connect to the MySQL server. There should not be a space between the '-p' flag, and the password. mysql -u <user> -p<password> -h <IP address> ## Show all databases. show databases; ## Select one of the existing databases. use <database>; ## Show all available tables in the selected database. show tables; ## Show all columns in the selected database. show columns from <table>; ## Show everything in the desired table. select..." Tag: Visual edit

8 July 2023

6 July 2023

3 July 2023

18 May 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)