Davie33 Posted March 7, 2015 Share Posted March 7, 2015 Hi am hoping yous guys can help me with my sql. Here is sql ALTER TABLE `settings` MODIFY `theme` varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'minix_26' I want to alter the table "settings` and modify the theme from minix_25 to what you see above ^. Only thing is when i enter it in the sql phpmyadmin it returns saying. " MySQL returned an empty result set (i.e. zero rows). (Query took 0.0650 sec)" Quote Link to comment Share on other sites More sharing options...
Davie33 Posted March 7, 2015 Author Share Posted March 7, 2015 (edited) Guys its ok i got it thanks anyway. Edited March 7, 2015 by Davie33 Quote Link to comment Share on other sites More sharing options...
requinix Posted March 7, 2015 Share Posted March 7, 2015 For everyone else, The query does not, in fact, return anything. So no results. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.