vizun Posted October 10, 2003 Share Posted October 10, 2003 Hey, i am trying to get MySQL to work on my computer at home. I already have php working, but im not even sure where to start with MySQL, so if anyone could point me in the right direction that would be awesome. Later Quote Link to comment Share on other sites More sharing options...
shivabharat Posted October 11, 2003 Share Posted October 11, 2003 Hi, You havent told about the OS you use. If you are using windows downlaod the SQLYOG which is a GUI based tool. www.sqlyog,com To start the mysql go to c:mysqlbinwinmysqladmin.exe You will see the srevice running in the task bar. You can also go to the command prompt and do this c:> cd mysqlbin c:> mysql -u root mysql> Once you are in the mysql prompt you can try the queries. Read the manual for more information. http://www.phpfreaks.com/mysqlmanual.php Quote Link to comment Share on other sites More sharing options...
vizun Posted October 18, 2003 Author Share Posted October 18, 2003 Hey, that SQLyog prog is not free Do you know of any other progs similar that it that ARE free? I Have a budget of... nothing. THanks, later 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.