Not overall hard, but I want to learn MySQL Adminstartion what you will suggest to work for that?

|
Professor_Mi 2020-08-22 19:06:26
2020-08-22 18:20:07
Hmm I tried on you tube but it is not that much good can you pls share a link for YouTube..

You can search and try any. Probably go with. HINDI LANGUAGE CHANNEL

drfibonacci 2020-08-22 19:18:55
2020-08-22 18:20:07
Hmm I tried on you tube but it is not that much good can you pls share a link for YouTube..

https://cognitiveclass.ai/courses/learn-sql-relational-databases

SQL and Relational Databases 101 | Free Courses in Data Science, AI, Cloud Computing, Containers, Kubernetes, Blockchain and more.cognitiveclass.ai
Learn leading-edge technologies Blockchain, Data Science, AI, Cloud, Serverless, Docker, Kubernetes, Quantum and more…
MasterZiv 2020-08-22 19:25:23
drfibonacci 2020-08-22 19:18:55
https://cognitiveclass.ai/courses/learn-sql-relational-databases

6 hours? This is unreal.

drfibonacci 2020-08-22 19:31:26
MasterZiv 2020-08-22 19:25:23
6 hours? This is unreal.

Ikr? It basically works with the IBM’s DB2 and good for beginners

drfibonacci 2020-08-22 19:31:48
Gets beginners up to speed with the sql syntax
drfibonacci 2020-08-22 19:32:16
Also the course content is around 4 hours
drfibonacci 2020-08-22 19:33:16
@MasterZiv You should try out graph databases – you’ll like it
MasterZiv 2020-08-22 19:33:48
drfibonacci 2020-08-22 19:33:16
@MasterZiv You should try out graph databases – you’ll like it

Your?

drfibonacci 2020-08-22 19:34:24
I’m talking about graph dbs like Neo4j or Neptune
drfibonacci 2020-08-22 19:34:49
Easy to create relationships and language is more or less like sql
Master Yoda 2020-08-22 20:18:04
I only know MySQL and MariaDB, a bit Microsoft SQL server. Please don’t let me feel that I am inadequate😒
Master Yoda 2020-08-22 20:18:20
And ya all talking about graph databases
2020-08-22 20:21:28
drfibonacci 2020-08-22 19:18:55
https://cognitiveclass.ai/courses/learn-sql-relational-databases

Thank you 😊 it’s really a great help for me..I appreciate

drfibonacci 2020-08-22 20:49:50
Master Yoda 2020-08-22 20:18:04
I only know MySQL and MariaDB, a bit Microsoft SQL server. Please don’t let me feel that I am inadequate😒

Nobody’s inadequate ufff – just saying that graph databases might be the next big thing

drfibonacci 2020-08-22 20:49:59
Having the best of both sql and no sql
drfibonacci 2020-08-22 20:52:23
Joins are pretty much ascii art

Something like

select movies.*, actors.* from movies inner join on actors.movieId = movies.movieId

is like

match path = (a:Actor)-[:ACTED_IN]->(m:Movie) return path

Master Yoda 2020-08-22 20:56:04
I am afraid I never download audio m messages. You have hands?
MasterZiv 2020-08-23 08:05:48
drfibonacci 2020-08-22 19:33:16
@MasterZiv You should try out graph databases – you’ll like it

Sorry I misread “our” instead of “out”.

piterden 2020-08-23 13:18:07
MasterZiv 2020-08-23 08:05:48
Sorry I misread “our” instead of “out”.

My Ass Query Language ))

Master Yoda 2020-08-23 18:27:57
Omg😁
ranasharif 2020-08-23 19:56:38
I want to learn MySQL-workbench
suggest me about that
piterden 2020-08-23 19:57:07
ranasharif 2020-08-23 19:56:38
I want to learn MySQL-workbench
suggest me about that

For what purpose do you need it?

ranasharif 2020-08-23 19:59:14
piterden 2020-08-23 19:57:07
For what purpose do you need it?

Acctually I want to use easy tools for mysql and I think MySQL-workbench is supporting tools. Am I right?

piterden 2020-08-23 19:59:53
I don’t know what do you mean saying “easy tools”
piterden 2020-08-23 20:00:25
What is hard for you now?
ranasharif 2020-08-23 20:00:47
piterden 2020-08-23 20:00:25
What is hard for you now?

phpmyadmin

piterden 2020-08-23 20:01:23
What is not clear for you in Workbench?
ranasharif 2020-08-23 20:03:00
piterden 2020-08-23 20:00:25
What is hard for you now?

Not overall hard, but I want to learn MySQL Adminstartion what you will suggest to work for that?

ranasharif 2020-08-23 20:03:31
piterden 2020-08-23 20:01:23
What is not clear for you in Workbench?

I just installed MySQL-workbench

Iconoclastic_004 2020-08-23 20:03:43
Hi all, Anyone is having mysql 8 administrator guide
piterden 2020-08-23 20:04:01
Just use it. You need experience at the first
ranasharif 2020-08-23 20:04:22
piterden 2020-08-23 20:04:01
Just use it. You need experience at the first

Ok, thanks Mr. @piterden

piterden 2020-08-23 20:07:09
ranasharif 2020-08-23 20:04:22
Ok, thanks Mr. @piterden

NP)

MasterZiv 2020-08-23 20:19:11
ranasharif 2020-08-23 19:56:38
I want to learn MySQL-workbench
suggest me about that

Don’t use this shit ever, learn MySQL commands and SQL

MasterZiv 2020-08-23 20:20:05
ranasharif 2020-08-23 20:03:00
Not overall hard, but I want to learn MySQL Adminstartion what you will suggest to work for that?

You will not learn this sitting inside this workbench.

MasterZiv 2020-08-23 20:20:27
Iconoclastic_004 2020-08-23 20:03:43
Hi all, Anyone is having mysql 8 administrator guide

It’s on the site

ranasharif 2020-08-23 20:22:31
MasterZiv 2020-08-23 20:20:05
You will not learn this sitting inside this workbench.

That mean you seggest me to work with phpmyadmin or cmd vesrion?

MasterZiv 2020-08-23 20:24:10
ranasharif 2020-08-23 20:22:31
That mean you seggest me to work with phpmyadmin or cmd vesrion?

No

MasterZiv 2020-08-23 20:25:17
ranasharif 2020-08-23 20:22:31
That mean you seggest me to work with phpmyadmin or cmd vesrion?

mysql utility, mySQL commands, and probably DBeaver for a comfortable GUI

ranasharif 2020-08-23 20:27:50
MasterZiv 2020-08-23 20:25:17
mysql utility, mySQL commands, and probably DBeaver for a comfortable GUI

Ok I will try to use that, and will you help me to provide user guide for anyone please?

MasterZiv 2020-08-23 20:31:48
ranasharif 2020-08-23 20:27:50
Ok I will try to use that, and will you help me to provide user guide for anyone please?

What? Me ? User guide?

ranasharif 2020-08-23 20:32:54
MasterZiv 2020-08-23 20:31:48
What? Me ? User guide?

PDF guide or like that about
mysql utility, mySQL commands, and probably DBeaver
for anyone

MasterZiv 2020-08-23 20:33:11
ranasharif 2020-08-23 20:27:50
Ok I will try to use that, and will you help me to provide user guide for anyone please?

Each of those instruments do have own user guide, already

ranasharif 2020-08-23 20:34:21
MasterZiv 2020-08-23 20:33:11
Each of those instruments do have own user guide, already

Ok, thanks

MasterZiv 2020-08-23 20:35:21
ranasharif 2020-08-23 20:32:54
PDF guide or like that about
mysql utility, mySQL commands, and probably DBeaver
for anyone

mysql is described on the web site and it has man pages and info pages.
Commands are all described on the site.
DBeaver had some user guide and is very simple.

Master Yoda 2020-08-23 20:57:47
I wonder why MySQL documentation has😁not been awarded a Nobel prize
Master Yoda 2020-08-23 20:58:49
It is thorough and explains each and every thing. I learnt everything from zero myself from there. No seniors nobody to teach me.
2020-08-25 10:36:23
Hi guys I’m an Information Systems student
smlkw 2020-08-25 10:47:44
2020-08-25 10:36:23
Hi guys I’m an Information Systems student

Welcome to the group

Jerry Ka 2020-08-25 19:26:14
Hi all. I’m software developer in java. But working as a database administrator in a company
|