co.ador Posted December 15, 2009 Share Posted December 15, 2009 How can I get inside the window in the picture below and get to configure the commands? http://www.kooneo.com/mysql.gif Link to comment https://forums.phpfreaks.com/topic/185256-need-help-finding-a-php-configuration-window/ Share on other sites More sharing options...
co.ador Posted December 15, 2009 Author Share Posted December 15, 2009 the windows is called variables and server settings in wamp for mysql and php Link to comment https://forums.phpfreaks.com/topic/185256-need-help-finding-a-php-configuration-window/#findComment-977950 Share on other sites More sharing options...
wildteen88 Posted December 15, 2009 Share Posted December 15, 2009 How can I get inside the window in the picture below and get to configure the commands? http://www.kooneo.com/mysql.gif The picture you posted is a screenshot of the variables and server settings page from phpMyAdmin. phpMyAdmin provides a web based interface for managing MySQL databases. You cannot change MySQL's configuration from within phpMyAdmin. To change MySQL's configuration you'll need to edit the my.ini config file. What are you wanting to change? Link to comment https://forums.phpfreaks.com/topic/185256-need-help-finding-a-php-configuration-window/#findComment-977964 Share on other sites More sharing options...
co.ador Posted December 15, 2009 Author Share Posted December 15, 2009 I want to change the Server, Db, Client and Conn to utf8 right now I have it like where the Server character set is set to latin1.. is it possible to change to utf8 as in the picture below? Link to comment https://forums.phpfreaks.com/topic/185256-need-help-finding-a-php-configuration-window/#findComment-977966 Share on other sites More sharing options...
corbin Posted December 15, 2009 Share Posted December 15, 2009 http://www.phpfreaks.com/forums/index.php/topic,280698.msg1329656.html#msg1329656 Please don't double post. (Not technically double posting, but you could have elaborated in your other thread.) Have you tried reading the MySQL manual? All of the character set stuff is extremely well documented if you search for it. http://dev.mysql.com/doc/refman/5.1/en/charset.html That should cover your questions provided you find the right links. Link to comment https://forums.phpfreaks.com/topic/185256-need-help-finding-a-php-configuration-window/#findComment-978014 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.