Installation articles
PHP MYSQL Linux has gradually become a classic combination of small web servers. Constructing and debugging the MySQL database in an IndoyS environment is a preferred choice for many web developers. I start school in the Windows98 environment, and I will summarize the learning process and experience to give you a reference. 1, download mysql-3.23.35-win.zip and extract; 2. Run setup.exe; select D: / mysql, "Tyical Install" 3, start mysql, have the following methods: Method 1: Use Winmysqladmin 1), enter D :: / mysql / bin directory, run Winmysqladmin.exe, there will be a red icon 2 in the lower right corner of the screen), the left button click on the icon, select "Show Me", "WinMysqladmin "Operation interface; a dialog box will appear in the middle of the first time, a dialog requires input and set your username and password 3), select" My.ini Setup "4), select" MySQLD-OPT "in" MySQLD file "(Win9x" ) Or "mysqld-nt" 5), select "Pick-up or edit my.ini value" to edit your My.ini file in the right window), select "Save Modification" to save you My.ini file 7) If you want to quickly use WinMysqladmin (automatically run when booting), select "Create Shortcut on Start Menu" 8), test: Enter the DOS interface; run mysql in d: / mysql / bin directory, enter Mysql interactive interface Enter SHOW DATABASES and Enter, the screen shows the currently two database mysql and test methods: do not use Winmysqladmin 1), under the DOS window, enter the D: / mysql / bin directory 2), Win9x Next: MySQLD runs under NT: mysqld-nt --standalone 3), after, MySQL runs in the background), test mysql: (in the d: / mysql / bin directory) a), mysqlshow normal time display Some two databases Mysql and test b), mysqlshow -u root mysql normal time display five tables in database MySQL: Column_Priv DB Host Tables_Priv User C), MySQLADMIN VERSION STATUS PROC Displays version number, status, process information, etc. D) , MySQL Test enters the MySQL operation interface, the current database is TEST 5), MySQL Close method: mysqladmin -u root shutdown 4, until this, My SQL has been successfully installed, followed by familiar with the common commands of MySQL and create their own databases. Welcome to http://abccs.oso.com.cn to visit my homepage and commented on this article, please keep the author name and home page address when referring to this article.