Tudo que adrianomaia83 postou
-
Ajuda com Xampp e gesior
1.65 . vou baixar o novo entao e tentar vlw a ajuda amigo bom baixei o xampp 1.73 e o erro esta ai de novo . no momento de importar a sql e criar a db da isso Erro consulta SQL: CREATE TABLE IF NOT EXISTS `accounts` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT , `name` VARCHAR( 32 ) NOT NULL , `password` CHAR( 40 ) NOT NULL , `type` INT( 11 ) NOT NULL DEFAULT '1', `premdays` INT( 11 ) NOT NULL DEFAULT '0', `lastday` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0', `email` VARCHAR( 255 ) NOT NULL DEFAULT '', `creation` INT( 11 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` ) , UNIQUE KEY `name` ( `name` ) ) ENGINE = INNODB; resolvido achei solução em outro site . era so criar um usuario e conceder privilegios a ele que ai sim ele importa tudo Mensagens do MySQL : #1046 - No database selected alguem pode ajudar ? rep +
-
Ajuda com Xampp e gesior
ja fiz isso amigo da o erro acima . com qualquer uma das 3 sql que mencionei da esse erro
-
Ajuda com Xampp e gesior
vou em importar na pasta do ot e schemas .. la dentro tem 3 arquivos sql . importei 1 de cada vez os 3 deram o mesmo erro . tenho de marcar alguma opçao na hr de importar ou so escolher e por importar? na parte onde seleciono pra criar a db da esse aviso la em baixo tem algo haver isso ? não carregou extensão mcrypt,<br />verifique a configurações do php
-
Ajuda com Xampp e gesior
com essa da isso Erro consulta SQL: -- -- Banco de Dados: `chaitosoft2` -- -- -------------------------------------------------------- -- -- Estrutura da tabela `accounts` -- CREATE TABLE IF NOT EXISTS `accounts` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT , `name` VARCHAR( 32 ) NOT NULL DEFAULT '', `password` VARCHAR( 255 ) NOT NULL , `premdays` INT( 11 ) NOT NULL DEFAULT '0', `lastday` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0', `email` VARCHAR( 255 ) NOT NULL DEFAULT '', `key` VARCHAR( 20 ) NOT NULL DEFAULT '0', `blocked` TINYINT( 1 ) NOT NULL DEFAULT '0' COMMENT 'internal usage', `warnings` INT( 11 ) NOT NULL DEFAULT '0', `group_id` INT( 11 ) NOT NULL DEFAULT '1', `page_lastday` INT( 11 ) NOT NULL , `email_new` VARCHAR( 255 ) NOT NULL , `email_new_time` INT( 15 ) NOT NULL , `created` INT( 11 ) NOT NULL DEFAULT '0', `rlname` VARCHAR( 255 ) NOT NULL DEFAULT '', `location` VARCHAR( 255 ) NOT NULL DEFAULT '', `page_access` INT( 11 ) NOT NULL DEFAULT '0', `email_code` VARCHAR( 255 ) NOT NULL DEFAULT '0', `next_email` INT( 11 ) NOT NULL DEFAULT '0', `premium_points` INT( 11 ) NOT NULL DEFAULT '0', `vote` INT( 11 ) NOT NULL , `last_post` INT( 11 ) NOT NULL DEFAULT '0', `flag` VARCHAR( 255 ) NOT NULL , `viptime` INT( 15 ) NOT NULL DEFAULT '0', `vip_time` INT( 15 ) NOT NULL DEFAULT '0', `vipdays` INT( 15 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` ) , UNIQUE KEY `name` ( `name` ) ) ENGINE = INNODB DEFAULT CHARSET = latin1 AUTO_INCREMENT =5028382; Mensagens do MySQL : #1046 - No database selected
-
Ajuda com Xampp e gesior
agora quando importo o arquivo sql pra criar a database da esse erro Erro consulta SQL: CREATE TABLE IF NOT EXISTS `accounts` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT ,`name` VARCHAR( 32 ) NOT NULL , `password` CHAR( 40 ) NOT NULL , `type` INT( 11 ) NOT NULL DEFAULT '1', `premdays` INT( 11 ) NOT NULL DEFAULT '0', `lastday` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0', `email` VARCHAR( 255 ) NOT NULL DEFAULT '', `creation` INT( 11 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` ) , UNIQUE KEY `name` ( `name` ) ) ENGINE = INNODB; Mensagens do MySQL : #1046 - No database selected se alguem puder ajudar rep +++++
-
Ajuda com Xampp e gesior
fiz oque vc pediu mas ainda assim nao da da o mesmo erro acima . ve ai como ta meu config.inc $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address $cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port $cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket $cfg['Servers'][$i]['ssl'] = false; // Use SSL for connecting to MySQL server? $cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket') $cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli') $cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection // (requires PHP >= 4.3.0) $cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings // (this user must have read-only $cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user" // and "mysql/db" tables). // The controluser is also // used for all relational // features (pmadb) $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based) $cfg['Servers'][$i]['user'] = 'root'; // MySQL user $cfg['Servers'][$i]['password'] = 'root'; // MySQL password (only needed // with 'config' auth_type) $cfg['Servers'][$i]['SignonSession'] = ''; // Session to use for 'signon' auth method $cfg['Servers'][$i]['SignonURL'] = ''; // URL where to redirect user to login for 'signon' auth method $cfg['Servers'][$i]['LogoutURL'] = ''; // URL where to redirect user after logout $cfg['Servers'][$i]['nopassword'] = true; // Whether to try to connect without password $cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only // this db is displayed in left frame // It may also be an array of db-names, where sorting order is relevant. $cfg['Servers'][$i]['hide_db'] = ''; // Database name to be hidden from listings $cfg['Servers'][$i]['verbose'] = 'localhost'; // Verbose name for this host - leave blank to show the hostname $cfg['Servers'][$i]['pmadb'] = ''; // Database used for Relation, Bookmark and PDF Features // (see scripts/create_tables.sql) // - leave blank for no support // DEFAULT: 'phpmyadmin' $cfg['Servers'][$i]['bookmarktable'] = 'PMA_bookmark'; // Bookmark table // - leave blank for no bookmark support // DEFAULT: 'pma_bookmark' $cfg['Servers'][$i]['relation'] = 'PMA_relation'; // table to describe the relation between links (see doc) // - leave blank for no relation-links support // DEFAULT: 'pma_relation' $cfg['Servers'][$i]['table_info'] = 'PMA_table_info'; // table to describe the display fields // - leave blank for no display fields support // DEFAULT: 'pma_table_info' $cfg['Servers'][$i]['table_coords'] = 'PMA_table_coords'; // table to describe the tables position for the PDF schema // - leave blank for no PDF schema support // DEFAULT: 'pma_t
-
Ajuda com Xampp e gesior
ola gente boa noite . sou novo por aqui e novo também na criação e edição de otservers . estou acessar no meu xampp e quando chega na pagina do phpmyadmin , ele pede minha senha que criei um pouco antes so que dae aparece esse erro quando digito minha senha e login Bem vindo ao phpMyAdmin 2.11.3 Erro #1045 - Access denied for user "xxxxxxx"@'localhost' (using password: YES) sendo que usuários e senha estão corretos . alguém pode me ajudar ?