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)