User Tools

Site Tools


setupmysqlubuntu22

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
setupmysqlubuntu22 [2025/05/15 00:38] – created tektinkerssetupmysqlubuntu22 [2025/06/04 03:28] (current) – [Commands to Setup a MySQL server in Ubuntu 22.] tektinkers
Line 1: Line 1:
 +[[https://docs.tektinkers.com|TinkersDocs Home]]
 +[[https://www.tektinkers.com|Back to tektinkers.com]]
 +
 +====== Commands to Setup a MySQL server in Ubuntu 22. ======
 +
 **Installing MySQL** **Installing MySQL**
  
Line 21: Line 26:
 <code>GRANT ALL ON example_database.* TO 'example_user'@'%';</code> <code>GRANT ALL ON example_database.* TO 'example_user'@'%';</code>
 <code>exit</code> <code>exit</code>
 +\\
 +**Delete a Database**
  
 +<code>DROP DATABASE database_name;</code>
setupmysqlubuntu22.1747269499.txt.gz · Last modified: 2025/05/15 00:38 by tektinkers