Skip to content

devkcud/sqlscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(my)SQL Scripts

About

SQL Scripts is a set of scripts made during my IT course.
All of the scripts were meant to be ron during test/non-final builds.

Running

Before executing, be sure the script won't create an existing database or make unwanted changes to current DataBases or Tables.

On MySQL Workbench

Insert the script into a blank or active file.

how to

Linux Terminal

sudo can be replaced by doas or any other form of root access (if needed).

Tested on ArchLinux only!

Activating service:

sudo systemctl start mariadb.service

Running:

sudo -Es mariadb < {FILENAME}.sql

Tools used

Tool Description
MySQL Workbench Windows MySQL development
XAMPP Windows MySQL service
MariaDB (ArchLinux) ArchLinux MySQL alternative
NeoVim Text editor

License

This project uses the The Unlicensed license since the scripts won't be utilized during real development (for myself, at least).

Disclaimer

If you use one or more of my scripts entirely or partially and something goes horribly wrong, don't hold me responsible. I am still a student in DB.
No, the logo in the title is not mine; it belongs to MySQL.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors