Beginner C #-Learning notes (iv)

Source: Internet
Author: User

Think of the database first with MySQL, this thing small and easy to install. In front of the web learned a little, now learn WinForm. Database First look at the convenient MySQL.

Download a mysql5.7 version of, loaded on incredibly find password, reload 3, 4 back, find, said is random password, in a file inside, check a lot of information, most purely nonsense.

The actual test, finally done.

After installation, set the path, this online information is the same.

Then administrator rights to run CMD, go to the bin folder of the MySQL folder:

Input: Mysqld--initialize-insecure

Look clearly yes '--', two--. On the establishment of a blank password, if the direct initialize has a password, still do not know what is, can not find.

Then configure the My-default.ini, this random check the data set on the line.

Then: Mysqld-install

Again: net start MySQL

Last Change Password:

Mysql-u Root

mysql> SET PASSWORD for ' root ' @ ' localhost ' = PASSWORD (' Newpass ');

Done.

Management tools with Navicat, very easy to build users, write triggers, stored procedures are very convenient, everywhere are downloaded.

Learn TcpListener in combination with a database and learn slowly.

Beginner C #-Learning notes (iv)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.