Difference between revisions of "MySQL"
From John Freier
(Created page with 'A simple web editor to install is phpMyAdmin [http://www.phpmyadmin.net]') |
|||
Line 2: | Line 2: | ||
[http://www.phpmyadmin.net] | [http://www.phpmyadmin.net] | ||
+ | |||
+ | |||
+ | Start MySQL server | ||
+ | C:\xampp\mysql\bin\mysqld --defaults-file=T:\xampp\mysql\bin\my.cnf --standalone --console |
Revision as of 18:38, 5 May 2012
A simple web editor to install is phpMyAdmin
Start MySQL server
C:\xampp\mysql\bin\mysqld --defaults-file=T:\xampp\mysql\bin\my.cnf --standalone --console