Gallery is fixed.
My old gallery is fixed now… debating on writing a new gallery, or make a plugin for wordpress to have a gallery. How the plugin would work… 1.) Create a keyword, to enable the gallery. 2.) grab uploaded files, that […]
Thoughts, rambling, projects, misc.
My old gallery is fixed now… debating on writing a new gallery, or make a plugin for wordpress to have a gallery. How the plugin would work… 1.) Create a keyword, to enable the gallery. 2.) grab uploaded files, that […]
Wow, that was so painless. Original Post Use your favourite means to install mysql, probably apache, php, phpmysqladmin as well… sudo /etc/init.d/mysql start mysqladmin -u root password myPassword where myPassword is your actual password. to test mysql -u root -p […]