msql2mysql
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #!/bin/sh
  2. # Copyright (C) 1979-1996 TcX AB & Monty Program KB & Detron HB
  3. # This software is distributed with NO WARRANTY OF ANY KIND.  No author or
  4. # distributor accepts any responsibility for the consequences of using it, or
  5. # for whether it serves any particular purpose or works at all, unless he or
  6. # she says so in writing.  Refer to the Free Public License (the "License")
  7. # for full details.
  8. # Every copy of this file must include a copy of the License, normally in a
  9. # plain ASCII text file named PUBLIC.  The License grants you the right to 
  10. # copy, modify and redistribute this file, but only under certain conditions
  11. # described in the License.  Among other things, the License requires that
  12. # the copyright notice and this notice be preserved on all copies.
  13. /usr/local/mysql/bin/replace msqlConnect mysql_connect msqlListDBs  mysql_list_dbs msqlNumRows mysql_num_rows msqlFetchRow mysql_fetch_row msqlFetchField mysql_fetch_field msqlFreeResult mysql_free_result msqlListFields mysql_list_fields msqlListTables mysql_list_tables msqlErrMsg 'mysql_error(mysql)' msqlStoreResult mysql_store_result msqlQuery mysql_query msqlField mysql_field msqlSelect mysql_select msqlSelectDB mysql_select_db msqlNumFields mysql_num_fields msqlClose mysql_close msqlDataSeek mysql_data_seek m_field MYSQL_FIELD m_result MYSQL_RES m_row MYSQL_ROW msql mysql mSQL mySQL MSQL MYSQL msqlCreateDB mysql_create_db msqlDropDB mysql_drop_db msqlFieldSeek mysql_field_seek -- $*