-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: phpMyAdmin
MySQL Remove whitespace
update your_table set your_field = trim(your_field)
Create joomla 1.5 admin
This is something I do often enough to not want to google it .. Step 1 Create the new Joomla! User REPLACE INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES (’60′, ‘Admin2′, … Continue reading
Adding admin user from phpMyAdmin
here: http://www.dnawebagency.com/how-to-add-an-admin-user-to-the-wordpress-database

