我应该使用什么语言与MySQL一起使用

时间:2021-09-26 07:10:16

I have no database experience and want to get started with MySQL. I have often seen it paired with Php and other various languages. Which language should I use in conjunction with MySQL? I am most familiar with Java currently, but I am very willing to learn a new language that works well with MySQL.

我没有数据库经验,想要开始使用MySQL。我经常看到它与Php和其他各种语言配对。我应该将哪种语言与MySQL结合使用?我目前最熟悉Java,但我非常愿意学习一种适用于MySQL的新语言。

3 个解决方案

#1


Just about any language is fine. Chose the language independently depending on what you want to do.

几乎任何语言都可以。根据您的要求独立选择语言。

If you are just building programs to learn how DBs work, please consider languages that don't need a lot of glue code. Candidates: C#, python, perl, ruby, php, Java. C++ has too much glue code needed to be a good choice to use as a DB learning language.

如果您只是构建程序来了解DB的工作方式,请考虑不需要大量粘合代码的语言。候选人:C#,python,perl,ruby,php,Java。 C ++有太多的胶水代码需要成为用作DB学习语言的好选择。

Sticking with Java since you already know it is a fine choice.

坚持Java,因为你已经知道它是一个很好的选择。


If you just want to get some experience with SQL in general, I would highly recommend these site tutorials:

如果您只想获得一般的SQL经验,我强烈推荐这些网站教程:

http://sqlcourse.com/

and

http://sqlcourse2.com/

They have built in query interpreters.

他们内置了查询解释器。

#2


There's nothing wrong with using Java and MySQL together.

一起使用Java和MySQL没有任何问题。

Get the MySQL JDBC driver and start coding! Here's a tutorial.

获取MySQL JDBC驱动程序并开始编码!这是一个教程。

#3


I've learned it with PhP and I must say that its a great match. It has all built-in functions you need and won't give you a single problem. I recommentd it.

我用PhP学到了它,我必须说这是一场很棒的比赛。它具有您需要的所有内置功能,不会给您带来任何问题。我推荐它。

#1


Just about any language is fine. Chose the language independently depending on what you want to do.

几乎任何语言都可以。根据您的要求独立选择语言。

If you are just building programs to learn how DBs work, please consider languages that don't need a lot of glue code. Candidates: C#, python, perl, ruby, php, Java. C++ has too much glue code needed to be a good choice to use as a DB learning language.

如果您只是构建程序来了解DB的工作方式,请考虑不需要大量粘合代码的语言。候选人:C#,python,perl,ruby,php,Java。 C ++有太多的胶水代码需要成为用作DB学习语言的好选择。

Sticking with Java since you already know it is a fine choice.

坚持Java,因为你已经知道它是一个很好的选择。


If you just want to get some experience with SQL in general, I would highly recommend these site tutorials:

如果您只想获得一般的SQL经验,我强烈推荐这些网站教程:

http://sqlcourse.com/

and

http://sqlcourse2.com/

They have built in query interpreters.

他们内置了查询解释器。

#2


There's nothing wrong with using Java and MySQL together.

一起使用Java和MySQL没有任何问题。

Get the MySQL JDBC driver and start coding! Here's a tutorial.

获取MySQL JDBC驱动程序并开始编码!这是一个教程。

#3


I've learned it with PhP and I must say that its a great match. It has all built-in functions you need and won't give you a single problem. I recommentd it.

我用PhP学到了它,我必须说这是一场很棒的比赛。它具有您需要的所有内置功能,不会给您带来任何问题。我推荐它。