Tip: How To Find MySQL Version ��ʾ������ҵ�MySQL�İ汾
Try:���ԣ�
mysql -e status|grep 'Server version' MySQL��E��״̬| grep '�������汾'
If that doesn't work then use:���û�й�����Ȼ��ʹ�ã�
mysql -u root -p -e status|grep 'Server version' MySQL��������- P��E��״̬| grep '�������汾'
Provide root password when prompted.�ṩroot������ʾʱ�� Default root password for MySQL is empty string, so just pressing enter when prompted for password will suffice by default.Ĭ��root����MySQL���ǿ��ַ����ֻ�谴��ENTERʱ����ʾ���뽫����Ĭ������¡�
Windows users should simply run: Windows�û���Ӧִ�У�
mysql -e status MySQL��E�͵�λ
or the equivalent with login specified and then look for Server version string in the output to find the version.���ֵ�ĵ�¼ָ���ģ�Ȼ����Ѱ�ҷ������汾���ַ�����ҵ��İ汾��
Filed under������ Database��ݿ� , �� How To��� , �� Linux Linux�� , �� MySQL MySQL�� , �� RDBMS RDBMS�� , �� Web��ҳ , �� Windows��Windows | |
| |
RSS 2.0 2.0 | |
Trackback Trackback���� this Article |������|
Email this Article�����ʼ�������
You may also like to read��Ҳ������� |





































September 1st, 2007 at 9:13 am 2007��9��1��������09ʱ13��
i am doing select version(); which gives me the version from sql ?����ѡ��汾�� �� ;���ҵİ汾��SQL�أ�