It’s bad idea to run MySQL server on microSD card because usually this type of application will be heavy on read/write cycles and this will effect the lifespan of the sd card. Plus depending on the type of card you are using the external hard drive will be faster. There are two ways to do it. First move files to external drive and change data dir variable or creating symlink. We will use the latter (How to set up MySQL on Raspberry Pi).
Continue reading
Tag: MySQL
In our previous post we installed MySQL server and PhpMyAdmin.
Now we gonna add new user and tables to our database using PhpMyAdmin.