Skip to main content
added 269 characters in body
Source Link
Vorac
  • 3.2k
  • 12
  • 38
  • 57

I need to learn what sql is. But am too scared of creating a database as root. This is my current "progress":

$pacman -Syu mariadb  # succeeds
$mysql_install_db --basedir=~/.sql/install --datadir=~/.sql/dat
FATAL ERROR: Could not find my_print_defaults

Now what? Give me an sql 101 tutorial with whichever implementation is popular with Arch.


@fra-san Of course

@terdon I was following this Everyone says Maria is the best, I just don't know how to handle her.

@JeffSchaller I want to have a non-privileged database I can play with.

I need to learn what sql is. But am too scared of creating a database as root. This is my current "progress":

$pacman -Syu mariadb  # succeeds
$mysql_install_db --basedir=~/.sql/install --datadir=~/.sql/dat
FATAL ERROR: Could not find my_print_defaults

Now what? Give me an sql 101 tutorial with whichever implementation is popular with Arch.

I need to learn what sql is. But am too scared of creating a database as root. This is my current "progress":

$pacman -Syu mariadb  # succeeds
$mysql_install_db --basedir=~/.sql/install --datadir=~/.sql/dat
FATAL ERROR: Could not find my_print_defaults

Now what? Give me an sql 101 tutorial with whichever implementation is popular with Arch.


@fra-san Of course

@terdon I was following this Everyone says Maria is the best, I just don't know how to handle her.

@JeffSchaller I want to have a non-privileged database I can play with.

Source Link
Vorac
  • 3.2k
  • 12
  • 38
  • 57

How to create an unprivileged sql database

I need to learn what sql is. But am too scared of creating a database as root. This is my current "progress":

$pacman -Syu mariadb  # succeeds
$mysql_install_db --basedir=~/.sql/install --datadir=~/.sql/dat
FATAL ERROR: Could not find my_print_defaults

Now what? Give me an sql 101 tutorial with whichever implementation is popular with Arch.