Difference between revisions of "MySQL"
From John Freier
(Created page with 'A simple web editor to install is phpMyAdmin [http://www.phpmyadmin.net]') |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
[http://www.phpmyadmin.net] | [http://www.phpmyadmin.net] | ||
+ | |||
+ | |||
+ | Start MySQL server | ||
+ | C:\xampp\mysql\bin\mysqld --defaults-file=C:\xampp\mysql\bin\my.ini --standalone --console |
Latest revision as of 18:58, 5 May 2012
A simple web editor to install is phpMyAdmin
Start MySQL server
C:\xampp\mysql\bin\mysqld --defaults-file=C:\xampp\mysql\bin\my.ini --standalone --console