This command only enters the user and password of youphptube and then gives your points, what else does it do?

|
ayyetism_luv 2022-08-29 12:25:23
djdisodo1 2022-08-29 12:24:07
debian is quite minimal

linux from scratch may be suited to you

K11M1 2022-08-29 12:25:46
ayyetism_luv 2022-08-29 12:25:23
linux from scratch may be suited to you

he doesn’t have enough resources to compile things

djdisodo1 2022-08-29 12:26:08
i’ll prefer debian mincore anyway
ayyetism_luv 2022-08-29 12:26:34
well goodluck
K11M1 2022-08-29 12:26:51
and in what point does the installer not allow you to click next? after selecting DE or what?
djdisodo1 2022-08-29 12:26:55
i’m not the kind of guy having much fun building environment
djdisodo1 2022-08-29 12:27:06
K11M1 2022-08-29 12:26:51
and in what point does the installer not allow you to click next? after selecting DE or what?

you boot into live

djdisodo1 2022-08-29 12:27:09
and start installer
djdisodo1 2022-08-29 12:27:32
then install language selection pops up
K11M1 2022-08-29 12:27:34
and in grub there is no cli installer?
djdisodo1 2022-08-29 12:27:38
but next button is disabled
djdisodo1 2022-08-29 12:27:43
K11M1 2022-08-29 12:27:34
and in grub there is no cli installer?

might be

djdisodo1 2022-08-29 12:27:44
idk
djdisodo1 2022-08-29 12:27:52
i just selected graphical and works
K11M1 2022-08-29 12:27:57
there should be cli installer which doesn’t use graphics so it should be lighter
sara sara 2022-08-29 12:28:18
Hello, this command only enters the user and password of youphptube and then gives your points, what else does it do?

sudo mysql -u root -e “USE mysql;CREATE USER ‘youphptube’@’localhost’ IDENTIFIED BY ‘youphptube’;GRANT ALL PRIVILEGES ON *.* TO ‘youphptube’@’localhost’; FLUSH PRIVILEGES; ”

djdisodo1 2022-08-29 12:28:19
it works it’s fine
djdisodo1 2022-08-29 12:28:32
it’s not that kind of heavy that will destroy your install time
K11M1 2022-08-29 12:28:52
sara sara 2022-08-29 12:28:18
Hello, this command only enters the user and password of youphptube and then gives your points, what else does it do?

sudo mysql -u root -e “USE mysql;CREATE USER ‘youphptube’@’localhost’ IDENTIFIED BY ‘youphptube’;GRANT ALL PRIVILEGES ON *.* TO ‘youphptube’@’localhost’; FLUSH PRIVILEGES; “

it creates user

K11M1 2022-08-29 12:29:09
djdisodo1 2022-08-29 12:28:32
it’s not that kind of heavy that will destroy your install time

so you got it working?

djdisodo1 2022-08-29 12:29:15
yes
K11M1 2022-08-29 12:29:48
nice
ayyetism_luv 2022-08-29 12:30:01
how do you get system information in rust?
sara sara 2022-08-29 12:32:15
K11M1 2022-08-29 12:28:52
it creates user

What is the work of the

TO ‘youphptube’@’localhost’

in this order?

sara sara 2022-08-29 12:33:17
K11M1 2022-08-29 12:28:52
it creates user

For which database does it create the user? Is the database already created?

ufoludek 2022-08-29 12:35:55
sara sara 2022-08-29 12:33:17
For which database does it create the user? Is the database already created?

Read mysql docs

ufoludek 2022-08-29 12:35:58
You’re welcome
ayyetism_luv 2022-08-29 12:37:43
thanks, why doesnt this group show up in tg search?>
djdisodo1 2022-08-29 12:37:51
idk
K11M1 2022-08-29 12:39:38
sara sara 2022-08-29 12:32:15
What is the work of the

TO ‘youphptube’@’localhost’

in this order?

give all priviliges to use XYZ

K11M1 2022-08-29 12:40:06
sara sara 2022-08-29 12:33:17
For which database does it create the user? Is the database already created?

i think that it is a general user not asociated with any table

MasterBodyGD 2022-08-29 12:44:10
yours1990 2022-08-28 23:57:41
about the sound, check the settings
Maybe the option there isnt on speakers/tv

in coreplus linux, there are no option for sound. lol

sara sara 2022-08-29 12:49:57
K11M1 2022-08-29 12:40:06
i think that it is a general user not asociated with any table

To see the databases, I have to use the command use mysql, And then the SHOW DATABASES; command right?

K11M1 2022-08-29 13:01:57
sara sara 2022-08-29 12:49:57
To see the databases, I have to use the command use mysql, And then the SHOW DATABASES; command right?

dunno

kenss 2022-08-29 13:09:35
K11M1 2022-08-29 12:40:06
i think that it is a general user not asociated with any table

It’s ‘associated’ with any table. it’s allowed to execute every command to every table in every database.

|